Command "open" has -passive switch.
I am trying to automate an FTP from the command line using this command:
winscp.com /command "open ""ftp://user:pw@host""" "ls"
but I need to have this happen in passive mode. There is the /passive on winscp.exe, can I do the same on winscp.com?
Thanks