Re: Passing several parameters to script
Ok, solved. As I said it was to be my fault; I was mixing data of several accounts, so the script works well; it was the data I was passing what was wrong.
winscp_batch.bat ftp_url ftp_user ftp_password
ftp_url
would be anyftp.com
(without quotes), etc.)
C:\Apps\WinSCP\winscp.com /script=c:\scripts\ftp_script.txt /parameter %1 %2 %3
ftp_script.txt
I have: