Error:
If large file is sent to an FTP folder, it throws errors each time. After logging Verbose, it seems that the connection closes before the file transfer it complete. Here's it the log:
SshFxpStatus {id=4, code=4, message='seek 0 not supported with cursor 65536.', languageTag=''}
Cause:
The connector type of the FTP Target may not be compatible with the FTP Server
Solution:
Try changing the connector type of the FTP Target from "Secured Inet Factory" to "J2SSH" (Advanced Properties).
Comments
0 comments
Article is closed for comments.