A Windows 98 & ME forum. Win98banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Win98banter forum » Windows 98 » General
Site Map Home Authors List Search Today's Posts Mark Forums Read Web Partners

Application to download web site contents



 
 
Thread Tools Display Modes
  #11  
Old August 15th 11, 10:21 PM posted to microsoft.public.win98.gen_discussion
Lostgallifreyan
external usenet poster
 
Posts: 1,562
Default Application to download web site contents

Franc Zabkar wrote in
:

On Mon, 15 Aug 2011 09:09:59 -0500, Lostgallifreyan
put finger to keyboard and composed:

Sjouke Burry wrote in
:


Wget does need a bit of supervision, it surprised me once by trying to
download a complete .GOV website....
I stopped it after the first 15 GB
(usage: WGET -r url)


Ouch. Without knowing more than basic recursion switching, I'd aim to
find a small branch of the site I wanted intact, along with a few other
branches, and make a download list for them.


Thanks very much to all for your suggestions.

I found that the following command line worked well:

wget -r -nc -l 10 -np URL -o capture.log

... where -l = little L

I needed two attempts because the default number of levels (5) wasn't
enough.

The "-np" switch excludes parent directories, and "-nc" (no clobber)
prevents overwriting of files which have already been downloaded.

- Franc Zabkar


Useful. I thought there was a way to ignore parent directories, though I'd
thought that might be a default. (Although I once caught it making merry with
far more than I asked, once, too. But not 15 GB worth. I've used the -nc
switch which is very important for resuming a batch, it lets me shut down any
time I want, though it needs a resume switch (I forget what, but I think
there is one for use with -nc.
  #12  
Old August 15th 11, 10:34 PM posted to microsoft.public.win98.gen_discussion
Lostgallifreyan
external usenet poster
 
Posts: 1,562
Default Application to download web site contents

Franc Zabkar wrote in
:

wget -r -nc -l 10 -np URL -o capture.log


From the manual for v1.114, "Also beginning with Wget 1.7, if you use ‘-c’ on
a file which is of equal size as the one on the server, Wget will refuse to
download the file and print an explanatory message."

-c is the continue switch so this can replace -nc with same effect, but with
the added benefit of finishing large stuff at any time after an instance of
WGET was aborted, so long as the server allows resumption. If it doesn't, the
partial download is left untouched.
  #13  
Old August 20th 11, 01:42 AM posted to microsoft.public.win98.gen_discussion
Buffalo
External Usenet User
 
Posts: 652
Default Application to download web site contents



Franc Zabkar wrote:
On Mon, 15 Aug 2011 09:09:59 -0500, Lostgallifreyan
put finger to keyboard and composed:

Sjouke Burry wrote in
:


Wget does need a bit of supervision, it surprised me once by trying
to download a complete .GOV website....
I stopped it after the first 15 GB
(usage: WGET -r url)


Ouch. Without knowing more than basic recursion switching, I'd
aim to find a small branch of the site I wanted intact, along with a
few other branches, and make a download list for them.


Thanks very much to all for your suggestions.

I found that the following command line worked well:

wget -r -nc -l 10 -np URL -o capture.log

... where -l = little L

I needed two attempts because the default number of levels (5) wasn't
enough.

The "-np" switch excludes parent directories, and "-nc" (no clobber)
prevents overwriting of files which have already been downloaded.

- Franc Zabkar


You are one savvy person and I always appreciated you input in differeent
ngs.
Thanks again for all you ideas and input.
Buffalo


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Free Download Animated Screensavers from our site gv General 5 January 20th 08 07:26 AM
Unable to download only one site! Doug General 2 April 15th 07 09:08 PM
New software submission / download site [email protected] General 0 February 20th 06 01:56 AM
Unable to download updates from windows site Pinto1uk General 1 May 19th 05 01:03 AM
WIN98 Boot Disk download site needed mrbigbry General 3 February 22nd 05 07:11 PM


All times are GMT +1. The time now is 09:34 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Win98banter.
The comments are property of their posters.