Hi lawrence, You wrote:
 > 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?

`ncftp ftp://xxx.xxx.xxx.xxx/abc.gzip &`

will do it

maybe 
`ncftp ftp://xxx.xxx.xxx.xxx/abc.gzip > /dev/null &`

don't remmeber if there is any output

d879e90x8

--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]

Reply via email to