Is there a way to open a site first on the command line, and then execute scripts?
, using the connection credentials and parameters defined in the site definition, then running scripts against that site.
In other words, something like
In other words, something like
winscp.exe "JohnDoe" /console /loglevel=2 /log=debuglog.log /script=JohnDoe.scr JohnDoe.scr ********************************** TRACE JohnDoe_trace.txt LOG JohnDoe_log.txt #CONNECT JohnDoe - commented out ONERROR GOTO DISCONNECT PUT "c:\JohnDoeFiles\JohnDoe.dat" ONERROR GOTO DISCONNECT @LABEL DISCONNECT CLOSE **********************************