SCP Upload job consistently fails for a specific file, "abc.txt," while another file, "def.txt," transfers successfully using the same job definition and destination.
Manual transfers via SFTP also work without issue.
Symptoms & Errors:
<Error uploading: Socket closed>"Incoming subsystem message length 65558 exceeds maximum supported packet length 65535 (213)."The root cause is a packet size mismatch, agent's side is sending a bit more data than what the remote SFTP server permits, "Incoming subsystem message length" of 65558
ftp.scp.maxpacketsize=32768
#This value is passed into the SSH session connector as the SCP client’s maximum channel packet size for the SSH_MSG_CHANNEL_OPEN path.
ftp.scp.downloadblocksize=32768# this parameter sets the packet size for both downloads and uploads