[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: how to download in the background?



> Is it possible to download something, say http://xxx.xxx.xxx/abc.zip
> in the background?  For example, I can run ncftp, get a file, press
> CTRL-Z, type bg, then I can logout and ncftp still downloading the
> file for me.  Is there an equivalent command for downloading from http?

Another easy way is to issue a command like this:

echo "GET /abc.zip" | nc xxx.xxx.xxx 80 > zbc.zip

This requires that netcat is installed.

-- 
                      "He. He. He." - - Herman Toothrot


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-user-REQUEST@lists.debian.org . Trouble? e-mail to Bruce@Pixar.com


Reply to: