How did you implement the 2nd part of this?
-
- Additionally there were two FTP commands that needed to be sent PBSZ 0 (Protection Buffer Size) and PROT P (Protection Data Channel). These need to be run after the connection is made but before the write/save of the file on the server.
do ..Adapter.Connect()
do ..Adapter.FTP.sendCommand("PBSZ 0")
do ..Adapter.FTP.sendCommand("PROT P")
- Log in to post comments