> 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 > _______________________________________________ > [EMAIL PROTECTED] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "[EMAIL PROTECTED]" > _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"