ftp automation

ScriptFTP

The professional tool to automate FTP, SFTP, FTPS and schedule FTP batch jobs

The forum is now read only. Please, go to the the main ScriptFTP website if you need help.
Need help writing a script? Have any question about ScriptFTP?
Can we set the mode to passive?
Passive mode is enabled by default. You can switch it on and off with the SETPASSIVE command:
Code: Select all# Enable passive mode (default) SETPASSIVE(ENABLED) # Disable passive mode SETPASSIVE(DISABLED)