Alternative to 'get'? Trying to download a file via HTTP
Steve Bertrand
iaccounts at ibctech.ca
Wed Aug 11 13:49:59 PDT 2004
> I am running FreeBSD 4.9R. My goal is to download an .tar.gz file from
> an HTTP site?
>
> I thought "get" would do that, but it's not installed (unless the
> command is not get).
>
> Any suggestions?
...also:
# wget http://www.server.com/dir/file.tar.gz
or:
# wget -b http://www.server.com/dir/file.tar.gz
to run it in the background.
Steve
>
> Thank you,
>
> ...D
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "freebsd-questions-unsubscribe at freebsd.org"
>
More information about the freebsd-questions
mailing list