Search found 1 match
- Tue Sep 27, 2022 12:49 am
- Forum: FTPAPI
- Topic: Passive Send No Longer Working
- Replies: 1
- Views: 13352
Passive Send No Longer Working
We have been using an FTP script with passive sends for forever. Through manual tests of the script we figured out that we have to send both the SENDPAsv 0 and SENDEPSV 0 commands in order the PUT to actually go through. Found in the API doc where we can use FTP_passiveMode *OFF, but nothing about t...