Delete a partial download after a timeout

2007-11-06 Thread moisi
Hello, I use wget to retrieve an XML feed. The problem is that sometimes I get timeout error. I used the good wget options to handle this problem, but when wget retries to download the file again, the data are appended to the file which causes a bad file. Here is wget command line: wget -c

Re: Delete a partial download after a timeout

2007-11-06 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 moisi wrote: Hello, I use wget to retrieve an XML feed. The problem is that sometimes I get timeout error. I used the good wget options to handle this problem, but when wget retries to download the file again, the data are appended to the