wget on dialup (was Re: iceweasel resume download fails after reboot)

2009-03-07 Thread Chris Bannister
On Mon, Mar 02, 2009 at 10:42:52AM -0500, Douglas A. Tutty wrote: > On Mon, Mar 02, 2009 at 06:24:18AM -0600, Hugo Vanwoerkom wrote: > > > Anybody able to use download resume across reboots? > > I manually copy the URL to ~/uldl/wget.list > > > Then I run wget -c -i wget.list I find it handy

Re: iceweasel resume download fails after reboot

2009-03-05 Thread Hugo Vanwoerkom
Hugo Vanwoerkom wrote: Hi, Trying to download VMware-server-2.0.0-122956. I prefer to use wget but there is no link for it to use on the download page of VMware. Anybody had better luck? So I use Iceweasel's download. That works. And resume works as long as you don't reboot the machine. Whe

Re: iceweasel resume download fails after reboot

2009-03-02 Thread Hugo Vanwoerkom
Douglas A. Tutty wrote: On Mon, Mar 02, 2009 at 06:24:18AM -0600, Hugo Vanwoerkom wrote: Anybody able to use download resume across reboots? I manually copy the URL to ~/uldl/wget.list Then I run wget -c -i wget.list I have wget aliased as alias wget='/usr/bin/wget -t 0 --read-timeout=60

Re: iceweasel resume download fails after reboot

2009-03-02 Thread Douglas A. Tutty
On Mon, Mar 02, 2009 at 06:24:18AM -0600, Hugo Vanwoerkom wrote: > Anybody able to use download resume across reboots? I manually copy the URL to ~/uldl/wget.list Then I run wget -c -i wget.list I have wget aliased as alias wget='/usr/bin/wget -t 0 --read-timeout=60' since I'm on dialup. D