Toggle active to passive mode in command line

Core FTP client questions and answers
Locked
AronEi
Posts: 8
Joined: Thu Feb 09, 2012 9:46 pm

Toggle active to passive mode in command line

Post by AronEi »

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?
ForumAdmin
Site Admin
Posts: 1011
Joined: Mon Mar 24, 2003 4:37 am

Post by ForumAdmin »

-PASV
AronEi
Posts: 8
Joined: Thu Feb 09, 2012 9:46 pm

Post by AronEi »

Thanks for the reply.
Locked