Re: FTP
From: Justin Gruenberg (justin.gruenberg_at_gmail.com)
Date: 11/30/04
- Previous message: Erik Norgaard: "FBSD 5.3: path not found error in rc.d scripts"
- In reply to: j p: "FTP"
- Next in thread: Joshua Lokken: "Re: FTP"
- Reply: Joshua Lokken: "Re: FTP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 30 Nov 2004 13:05:10 +0000 To: freebsd-questions@freebsd.org
On Tue, 30 Nov 2004 04:52:53 -0800 (PST), j p <jayncali61@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
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
- Previous message: Erik Norgaard: "FBSD 5.3: path not found error in rc.d scripts"
- In reply to: j p: "FTP"
- Next in thread: Joshua Lokken: "Re: FTP"
- Reply: Joshua Lokken: "Re: FTP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|