Page 1 of 1

Passive Send No Longer Working

Posted: Tue Sep 27, 2022 12:49 am
by kardon
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 turning EPSV off. How can we turn them both off in the API script?

Re: Passive Send No Longer Working

Posted: Tue Sep 27, 2022 2:09 am
by Scott Klement
FTPAPI doesn't support extended passive mode (unless someone else added it? I didn't.) so there's no such thing as 'EPSV' (which is short for "extended passive') in FTPAPI.

Does your firewall require extended passive mode in order to allow FTP traffic?