Uploading multiple files with script
Hi,
i'm uploading multiple files via script to one SFTP server. Each file is done with one script. After uploading 5 files (running 5 scripts) the login to the server is not possible for the next 2 or 3 minutes.
Any suggestions?
Regards,
Ulrike
i'm uploading multiple files via script to one SFTP server. Each file is done with one script. After uploading 5 files (running 5 scripts) the login to the server is not possible for the next 2 or 3 minutes.
option batch on option confirm off open sftp://<user>:<pw>@<ip>:<port> session option transfer binary put <file> exit
Regards,
Ulrike