Re: Alternative to get? Trying to download a file via HTTP

2004-08-11 Thread Marc Fonvieille
On Wed, Aug 11, 2004 at 04:29:11PM -0400, Danny wrote: 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? fetch is what you want (fetch is in the base

Re: Alternative to 'get'? Trying to download a file via HTTP

2004-08-11 Thread Steve Bertrand
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? # fetch http://www.someserver/somedir/somefil.tar.gz Steve Thank you, ...D

Re: Alternative to 'get'? Trying to download a file via HTTP

2004-08-11 Thread Steve Bertrand
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

Re: Alternative to get? Trying to download a file via HTTP

2004-08-11 Thread Nathan Kinkade
On Wed, Aug 11, 2004 at 04:29:11PM -0400, Danny wrote: 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? Thank you, ...D Try fetch(1). Nathan --

Re: Alternative to get? Trying to download a file via HTTP (Solved via fetch)

2004-08-11 Thread Danny
On Wed, 11 Aug 2004 22:35:50 +0200, Marc Fonvieille [EMAIL PROTECTED] wrote: On Wed, Aug 11, 2004 at 04:29:11PM -0400, Danny wrote: 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