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

Advertisement

Macewind
Guest

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

Reply with quote

Advertisement

Advertisement

You can post new topics in this forum