Spring集成SFTP位置文件传输错误大小为0字节

时间:2016-01-09 07:42:50

标签: spring-integration

在将文件写入SFTP位置时,您是否可以帮助我们解决以下错误问题,文件也显示filename.xml.writing大小为0字节

我们使用spring integration版本是2.0.2

org.springframework.integration.MessageDeliveryException: Failed to 
transfer file [/tmp/itemMaintenance_ef2a949b-e628-46a0-8dcc-
2067c5e3e8c0.xml.tmp] from local working directory to remote FTP directory.
at org.springframework.integration.file.remote.handler.FileTransferringMessageHandl
er.handleMessageInternal(FileTransferringMessageHandler.java:109)

1 个答案:

答案 0 :(得分:0)

打开spring框架的DEBUG日志记录以及for jsch as shown in the reference manual以获取有关失败的更多信息。