Timeout setting not working
Hi all,
I run the following commands to upload files to many SFTP servers but the
Regards
Pantelis komatas
I run the following commands to upload files to many SFTP servers but the
/timeout=5
option is not working and the session just get stuck when one server is not available. any help is appreciated.
"C:\Program Files (x86)\WinSCP\WinSCP.com" /ini=nul /script=C:\test\script1.txt sftp://tester:password@192.168.30.2 /timeout=5 /hostkey=* "C:\Program Files (x86)\WinSCP\WinSCP.com" /ini=nul /script=C:\test\script1.txt sftp://tester:password@192.168.30.1 /timeout=5 /hostkey=* "C:\Program Files (x86)\WinSCP\WinSCP.com" /ini=nul /script=C:\test\script2.txt sftp://tester:password@192.168.79.3 /timeout=5 /hostkey=*
Pantelis komatas