Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
SSHJ を使用して Java アプリケーションから SFTP に接続しようとしています。いくつかの異なるタイムアウトが存在しますが、それらの違いを見つけることができません。公式ドキュメントでさえあまり役に立ちません。誰かが違いを説明できますか?
SSHClient.setTimeout() SSHClient.setConnectTimeout() SFTPEngine.setTimeoutMs()
前もって感謝します。