on orts you can also use curl

On 6/6/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:


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

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to