Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

Macewind

nobody any idea?
Macewind

Automation run by windows task scheduler is very slow but not by hand

If i run the following Automation Script "backup_script.txt"

open sftp://user:pass@server/ -hostkey="ssh-rsa 2048 xx:xx"

put "C:\Backup\t-backup.dat" /Backup/
exit


with the "start.bat"
"C:\Program Files (x86)\WinSCP\WinSCP.com" /log="C:\Backup\WinSCP.log" /script="C:\Backup\backup_script.txt" /ini=nul


And i start the transer "start.bat" by hand it run with >6000 KB/s but if i run the "start.bat" with windows task scheduler then the transfer speed is >600 KB/s :shock:

the Question here ist why?


OP-System is Windows Server 2016