spring integration sftp mainframe :failed to write file; nested exception is 3: Permission denied
问题 I am trying to sft file to mainframe using spring integration sftp:outbound-gateway: this is configuration: <sftp:outbound-gateway id="putGateway" session-factory="sftpSessionFactory" request-channel="sftpFileInputChannel" command="put" expression="payload" remote-directory="${remote.upload.directory}" remote-filename-generator-expression="'${remote.upload.filename}'" use-temporary-file-name="false" reply-channel="replayFromPutSftpChannel"/> where remote.upload.filename.credit.fmpl=/!DTS4.UP