On Tue, 30 Nov 2004 04:52:53 -0800 (PST), j p <[EMAIL PROTECTED]> 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
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to