1

エラーが発生します:

java.io.IOException: This server does not support operations to modify file attributes.
at com.sshtools.j2ssh.sftp.SftpSubsystemClient.getOKRequestStatus(Unknown Source)
at com.sshtools.j2ssh.sftp.SftpSubsystemClient.setAttributes(Unknown Source)
at com.sshtools.j2ssh.sftp.SftpSubsystemClient.changePermissions(Unknown Source)
at com.sshtools.j2ssh.SftpClient.chmod(Unknown Source)
at com.sshtools.j2ssh.SftpClient.put(Unknown Source)
at com.sshtools.j2ssh.SftpClient.put(Unknown Source)
at com.sshtools.j2ssh.SftpClient.put(Unknown Source)
at com.sshtools.j2ssh.SftpClient.put(Unknown Source)

掘り下げた後、 SftpClient.put コマンドがファイルのアップロード後に自動 chmod を実行することがわかりました。これを無効にする方法はありますか?

リモートサーバーでファイルを確認すると、ファイルが存在し、すべてのバイトが考慮されているため、最初の .put が期待どおりに機能することは確かです。

4

0 に答える 0