FTP

Justin Gruenberg justin.gruenberg at gmail.com
Tue Nov 30 05:05:15 PST 2004


On Tue, 30 Nov 2004 04:52:53 -0800 (PST), j p <jayncali61 at yahoo.com> wrote:
> how do i FTP freebsd? do i need some other software? i need step by step. is there some other site i can just download it?
> 
> thank you
> 
> JP

Unless you need real specific FTP control, just use the included FTP program.

You're going to need to enable inetd [1] and then uncomment the line
for ftpd in /etc/rc.conf and then restart inetd with this command

kill -HUP `/var/run/inetd.pid`               [notice the backtick (`)
operator, not single quotes (')]



[1] http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-inetd.html


More information about the freebsd-questions mailing list