Timeout error script stop
open sftp://user:[email protected]/ -hostkey="ssh-rsa 2048 xxxxxxxxxxx..." # Change remote directory cd /home/user # Download file to the local directory d:\ get examplefile.txt d:\ # Connect as a different user open sftp://user2:[email protected]/ # Change the remote directory cd /home/user2 # Upload the file to current working directory put d:\examplefile.txt # Exit WinSCP exit
open sftp.......
Any help please