[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-wget] Wget Suggestion
From: |
Ángel González |
Subject: |
Re: [Bug-wget] Wget Suggestion |
Date: |
Fri, 09 Nov 2012 23:42:05 +0100 |
User-agent: |
Thunderbird |
On 08/11/12 10:30, horse6 wrote:
> Dear Sir:
>
> how use wget.exe to Memory-Resident?
>
> my mean is ( add parameter -MR:n )
>
> as: "wget.exe https://any.com/my.htm --no-check-certificate -nc -b -MR:15
> -Omy.htm"
> if not file "my.htm", auto download & after download ,every 15 seconds loop
> to check isfile("my.htm") or not....
>
> ** when i get & read "my.htm", i will auto delete it & wait to next new
> my.htm....
>
> thank you very much!
>
> 2012-11-08
>
> horse6
If you want your program to delete the file after reading it, and wget
to automatically redownload it.
Why don't you just ask wget to download it just before you go to read it?