get file

bob.middaugh at comcast.net bob.middaugh at comcast.net
Tue Jun 6 12:42:29 UTC 2006


 -------------- Original message ----------------------
From: Efren Bravo <efrenba at yahoo.es>
> Hi,
> 
> Is there a way from the console to get a file by
> http | ftp protocol?
> 
> Which command should I run to do it?
> 
> Thanks,
> 
> 
> Efren Bravo.
> -----

install wget from ports, gets you something like this: wget http://urltofileyouwanttodownload

or man wget for options

ftp, connect to ftp service on remote box and cd to the directory where the file resides and do: get filename.   File will end up in the directory from which you initiated ftp on your box.

Bob


More information about the freebsd-questions mailing list