Command line switch for "Force IP Address for passive mode"
Morning All,
I am able to connect to my FTPS server using WinSCP 4.2.4 using FTPS ExplictTLS, however when I send commands I get an "Illegal port command" message. This is because I am not specifying "Force IP Address for passive mode connections" in my script. Could anyone let me know the switch for "Force IP address for passive mode connections".
I am currently using the following
Hope someone can help, I have a third party who needs to connect (and the deadline is rapidly approaching :( )
Thanks in advance
I am able to connect to my FTPS server using WinSCP 4.2.4 using FTPS ExplictTLS, however when I send commands I get an "Illegal port command" message. This is because I am not specifying "Force IP Address for passive mode connections" in my script. Could anyone let me know the switch for "Force IP address for passive mode connections".
I am currently using the following
open
command
open ftps://user:password@myserver:2121 -explicittls -passive -certificate="xx:xx:xx:xx:xx:xx:xx:"
Thanks in advance