FTP(S) Outbound Adapter disconnecting
Hi community,
I created a business operation class using the FTP Outbound Adapter, and it works when configured for SFTP but when I try to use it for FTPS, it does not work as expected. The connection is established, it creates the file on the destination server but then is disconnected in the middle of the transfer and the PutStream returns 0 and never seems to finish the write of the file. Anyone have any idea of what's happening or any steps I can try to troubleshoot?
Thanks in advance.
Info:
|
Error:
|
Info:
|
Trace:
|
Worked with the WRC and we identified the following configurations/changes were required to resolve this issue:
do ..Adapter.Connect()
do ..Adapter.FTP.sendCommand("PBSZ 0")
do ..Adapter.FTP.sendCommand("PROT P")
Thanks
How did you implement the 2nd part of this?
do ..Adapter.Connect()
do ..Adapter.FTP.sendCommand("PBSZ 0")
do ..Adapter.FTP.sendCommand("PROT P")