I'll start off with a quick explaination of what I'm trying to do.
We have a Truesight server and I'm trying to backup the export data (through an HTTPS API). I am using a ported WGET application as well as a batch file that contains the command for wget with all the options needed in conjunction with Windows Task Scheduler.
If I run the batch file manually, it completes the entire download which is about 52-57mb on average. For some reason when I have Windows task scheduler run, it only downloads 20-28mb of the file. Here is a copy of the command in the batch file.
C:\Backup\wget --no-certificate -T 100 -O C:\Backup\getdata-%date%.zip "https://MACHINE.IP/getexport?usr=USERNAME&pwd=PASSWORD"
Any help in regards to why this will not fully download, or any general comment about the process would be greatly appreciated.
We have a Truesight server and I'm trying to backup the export data (through an HTTPS API). I am using a ported WGET application as well as a batch file that contains the command for wget with all the options needed in conjunction with Windows Task Scheduler.
If I run the batch file manually, it completes the entire download which is about 52-57mb on average. For some reason when I have Windows task scheduler run, it only downloads 20-28mb of the file. Here is a copy of the command in the batch file.
C:\Backup\wget --no-certificate -T 100 -O C:\Backup\getdata-%date%.zip "https://MACHINE.IP/getexport?usr=USERNAME&pwd=PASSWORD"
Any help in regards to why this will not fully download, or any general comment about the process would be greatly appreciated.