LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   how can i donload and view entire web site offline !! (https://www.linuxquestions.org/questions/linux-software-2/how-can-i-donload-and-view-entire-web-site-offline-151786/)

hitesh_linux 02-29-2004 04:56 AM

how can i donload and view entire web site offline !!
 
Hi,

I want to download entire web site and view as offline. can any know about this software(basically linux based).

also, windows based. so i can download on to my HDD. then i can view offline it later on.

Thank you,

acid_kewpie 02-29-2004 06:11 AM

you can mirror sites by using wget or curl, check their respective man pages for details

hiteshmaisheri 02-29-2004 06:31 AM

thanks for the information....

waterlover 02-29-2004 09:23 AM

Hi , try this , h**p://www.httrack.com/ , its available for windows and linux.

hitesh_linux 02-29-2004 01:21 PM

Hi

Thanks for help, it's realy good S/W

Thank you,

hiteshmaisheri 03-05-2004 01:40 AM

hey i didnot get you.. when you mentioned h**p does it mean to chek to replace it as htttp...

hitesh_linux 03-06-2004 12:25 AM

Hi,

Yes, it's means you have to replace 'h* *p' with 'http'. then only it will give correct web page.

hiteshmaisheri 03-08-2004 10:05 AM

thanx for the information

axa_aaa 03-08-2004 10:32 AM

Hi,

as mentioned above, wget is usual choice, here is how could you get site, locally, for viewing offline:

Code:

wget -nH --cut-dirs=2 -r -l 2 -k -np -t 50 -o file.log -Pdownload_dir URL


All times are GMT -5. The time now is 08:58 AM.