Re: wget: A good download manager?

2003-01-01 Thread Douglas J Hunley
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Bill Campbell spewed electrons into the ether that resembled:
 authentication hassles, and the DNS data isn't sensitive.  This is also a
 very good way of publishing web sites from a master server.

this is how the SxS mirrors are updated. rsync kicks ass for that kind of 
thing
- -- 
Douglas J Hunley (doug at hunley.homeip.net) - Linux User #174778
Admin: Linux StepByStep - http://www.linux-sxs.org
and http://jobs.linux-sxs.org

/*
 * Hash table gook..
 */
2.4.0-test2 /usr/src/linux/fs/buffer.c
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+Ew+TSrrWWknCnMIRAsG/AKDKvGk07t8ieOTXr7jNu6XsKImalgCdG5/I
c8qiowW03AyWw9177r+RpqM=
=krLi
-END PGP SIGNATURE-


___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://www.linux-sxs.org/mailman/listinfo/linux-users



Re: wget: A good download manager?

2002-12-31 Thread Bill Campbell
On Tue, Dec 31, 2002 at 11:03:38AM -0500, Matthew Carpenter wrote:

What transports does rsync use?  I hadn't thought of using rsync in that
manner.

Rsync can either run via ssh or as a server.  We generally use it in server
mode to do things like update secondary name server's tinydns data files,
restricting access to specific secondary directories based on IP address.
Doing it that way as opposed to using ssh eliminates some of the
authentication hassles, and the DNS data isn't sensitive.  This is also a
very good way of publishing web sites from a master server.

begin  Bill Campbell [EMAIL PROTECTED]
(Mon, 23 Dec 2002 10:14:45 -0800)

 Assuming that the remote site has rsync set up to run as a
 server, then rsync allows all of the above, probably more
 efficiently when mirroring sites.


-- 
Matthew Carpenter
[EMAIL PROTECTED]  http://www.eisgr.com/

Enterprise Information Systems
*Network Consulting, Integration  Support
*Web Development and E-Business
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://www.linux-sxs.org/mailman/listinfo/linux-users


-- 
Bill
--
INTERNET:   [EMAIL PROTECTED]  Bill Campbell; Celestial Software LLC
UUCP:   camco!bill  PO Box 820; 6641 E. Mercer Way
FAX:(206) 232-9186  Mercer Island, WA 98040-0820; (206) 236-1676
URL: http://www.celestial.com/

There are three kinds of men. The ones that learn by reading. The few who
learn by observation.  The rest of them have to pee on the electric fence
for themselves. -- Will Rogers
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://www.linux-sxs.org/mailman/listinfo/linux-users



Re: wget: A good download manager?

2002-12-31 Thread Matthew Carpenter
What transports does rsync use?  I hadn't thought of using rsync in that manner.

begin  Bill Campbell [EMAIL PROTECTED]
(Mon, 23 Dec 2002 10:14:45 -0800)

 Assuming that the remote site has rsync set up to run as a
 server, then rsync allows all of the above, probably more
 efficiently when mirroring sites.


-- 
Matthew Carpenter
[EMAIL PROTECTED]  http://www.eisgr.com/

Enterprise Information Systems
*Network Consulting, Integration  Support
*Web Development and E-Business
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://www.linux-sxs.org/mailman/listinfo/linux-users



Re: wget: A good download manager?

2002-12-23 Thread Matthew Carpenter
wget is an awesome tool for most downloading needs, but I'd probably not call it a 
Manager since I can't think of a commandline tool that I would consider that title 
appropriate for.  However, wget is an amazing tool for a couple different situations:

anonymous ftp: where the site is full most of the time.  wget allows you to set a 
retry count (-t) which will continue to try a given URL.

Recovery: Using the -c option allows you to recover from failed downloads.

Mirroring: wget has special options specifically for mirroring other sites.

Recursion: wget, being very good at mirroring, has many recursion options (downloading 
directory structures, not just files).

HTTP and FTP support.



begin  Joel Hammer [EMAIL PROTECTED]
(Sat, 21 Dec 2002 11:03:17 -0500)

 Just a question for my own information.
 
 wget in info wget claims to be a good download manager. That is to say,
 it can restart the download if the connection is lost. Does someone have
 experience who can verify this?
 
 And, if you have experience with wget, do you have any experiences with
 wget which might be useful to share with someone just starting to use it?
 
 Thanks,
 Joel
 
 ___
 Linux-users mailing list
 [EMAIL PROTECTED]
 Unsubscribe/Suspend/Etc - http://www.linux-sxs.org/mailman/listinfo/linux-users


-- 
Matthew Carpenter
[EMAIL PROTECTED]  http://www.eisgr.com/

Enterprise Information Systems
*Network Consulting, Integration  Support
*Web Development and E-Business
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://www.linux-sxs.org/mailman/listinfo/linux-users



Re: wget: A good download manager?

2002-12-23 Thread Bill Campbell
On Mon, Dec 23, 2002 at 12:57:24PM -0500, Matthew Carpenter wrote:

anonymous ftp: where the site is full most of the time.  wget allows you to
set a retry count (-t) which will continue to try a given URL.

Recovery: Using the -c option allows you to recover from failed downloads.

Mirroring: wget has special options specifically for mirroring other sites.

Recursion: wget, being very good at mirroring, has many recursion options
(downloading directory structures, not just files).

Assuming that the remote site has rsync set up to run as a
server, then rsync allows all of the above, probably more
efficiently when mirroring sites.

Bill
--
INTERNET:  [EMAIL PROTECTED]   Bill Campbell; Celestial Software LLC
UUCP:  camco!bill   PO Box 820; 6641 E. Mercer Way
FAX:   (206) 232-9186   Mercer Island, WA 98040-0820; (206) 236-1676
http://www.celestial.com/

I do not feel obliged to believe that the same God who has endowed us
with sense, reason, and intellect has intended us to forego their use.
-- Galileo Galilei
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://www.linux-sxs.org/mailman/listinfo/linux-users



wget: A good download manager?

2002-12-21 Thread Joel Hammer
Just a question for my own information.

wget in info wget claims to be a good download manager. That is to say,
it can restart the download if the connection is lost. Does someone have
experience who can verify this?

And, if you have experience with wget, do you have any experiences with
wget which might be useful to share with someone just starting to use it?

Thanks,
Joel

___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://www.linux-sxs.org/mailman/listinfo/linux-users



Re: wget: A good download manager?

2002-12-21 Thread Net Llama!
Yes wget can resume failed downloads.  I don't know that i'd call wget a 
   download manager.  If you're looking for a good download manager, 
i'd recommend a GUI known as Downloader for X.  Check freshmeat.

On 12/21/02 08:03, Joel Hammer wrote:
Just a question for my own information.

wget in info wget claims to be a good download manager. That is to say,
it can restart the download if the connection is lost. Does someone have
experience who can verify this?

And, if you have experience with wget, do you have any experiences with
wget which might be useful to share with someone just starting to use it?


--
~
L. Friedman   	   [EMAIL PROTECTED]
Linux Step-by-step  TyGeMo: 		http://netllama.ipfox.com

  9:55am  up 6 days, 17:05,  2 users,  load average: 0.91, 0.61, 0.46

___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://www.linux-sxs.org/mailman/listinfo/linux-users



Re: wget: A good download manager?

2002-12-21 Thread R. Quenett
Konqueror also can resume failed downloads.

R
-- 
http://www.quen.net

Fix reason firmly in her seat and call to her tribunal every fact,
every opinion. Question with boldness even the existence of a God;
because, if there is one, he must more approve of the homage of 
reason, than that of blindfolded fear.  --Thomas Jefferson

___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://www.linux-sxs.org/mailman/listinfo/linux-users



Re: wget: A good download manager?

2002-12-21 Thread kwall
Feigning erudition, Joel Hammer wrote:
% Just a question for my own information.
% 
% wget in info wget claims to be a good download manager. That is to say,
% it can restart the download if the connection is lost. Does someone have
% experience who can verify this?

Yes. wget can resume failed downloads. So can most ftp clients. It's
called reget.

% And, if you have experience with wget, do you have any experiences with
% wget which might be useful to share with someone just starting to use it?

I don't think I'd consider wget a download manager.

Kurt
-- 
If God had intended Man to Smoke, He would have set him on Fire.
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://www.linux-sxs.org/mailman/listinfo/linux-users