LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   wget configuration + don't want to replace existing file folder (https://www.linuxquestions.org/questions/linux-newbie-8/wget-configuration-dont-want-to-replace-existing-file-folder-646610/)

megerdin 06-03-2008 04:34 AM

wget configuration + don't want to replace existing file folder
 
dear guru,

I use wget long.

Sometimes I can't finish download all the content of a site (Big site).
So later when I run wget agian its replace my downloaded file folder and start download as if nothing download before.

Is there any option in wget not to replace my downloaded file.

If yes?

what it please.

Guttorm 06-03-2008 04:38 AM

Hi

Try
wget -c ...

-c means continue.

man wget
will give you a list of all the options, as well as some explanation of what it does with -c in different situations.

megerdin 06-03-2008 07:16 AM

Thanku guy!

Its working fine

Before I check
Quote:

man wget
Unfortunately did not follow the -c entry.


Thanku again its very use full.


All times are GMT -5. The time now is 12:30 AM.