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.
apache commons net ftpclient には、現在のディレクトリの文字列を取得するための ftpClient.printWorkingDirectory() があります。
jsch sftp クライアントで同じことを達成するにはどうすればよいですか? realpath(String) というメソッドがありますが、正しくないようで、動作させることができません。
助言がありますか?
SFTP には現在のディレクトリまたは「作業ディレクトリ」の概念がないため、何も見つかりません。SFTP のすべてのパスは絶対パスである必要があります。相対パスの使用は標準では定義されておらず、サーバー固有です (そのため、さまざまなサーバーで同じ操作を行うと、大きな驚きを覚えるかもしれません)。