Hi all,
I have a lot scripts using CoreFTP to connect to FTP servers manipulating data.
However, I have a problem now.
Until now all my FTP servers were fine with PASV connections, now I need to connect to an FTP server which requires to use ACTIVE connection.
I successful changed the mode under View > Options > Connections > PASV ...
However I see that this is also not for all servers.
In summary I need a command line switch to specify for some connections to use active while some connections should use Pasv.
Any idea?