URL: https://www.opennet.me/cgi-bin/openforum/vsluhboard.cgi
Форум: vsluhforumID1
Нить номер: 28953
[ Назад ]

Исходное сообщение
"FTP on FreeBSD"

Отправлено Sunrise , 16-Апр-03 17:25 
Hello guys!
I can't create FTP server!
Anybody knows how create FTP server with FreeBSD!
If know some link please tell me where I can't find
documentation. (If it's posible give russion links).
Beforehand grateful!
Sunrise    

Содержание

Сообщения в этом обсуждении
"FTP on FreeBSD"
Отправлено Messmer , 16-Апр-03 17:45 
>Hello guys!
>I can't create FTP server!
>Anybody knows how create FTP server with FreeBSD!
>If know some link please tell me where I can't find
>documentation. (If it's posible give russion links).
>Beforehand grateful!
>Sunrise

simple add this line in /etc/inetd.conf
ftp stream  tcp nowait  root  /usr/libexec/ftpd ftpd -l -l


"FTP on FreeBSD"
Отправлено lavr , 16-Апр-03 17:57 
>>Hello guys!
>>I can't create FTP server!
>>Anybody knows how create FTP server with FreeBSD!
>>If know some link please tell me where I can't find
>>documentation. (If it's posible give russion links).
>>Beforehand grateful!
>>Sunrise
>
>simple add this line in /etc/inetd.conf
>ftp stream  tcp nowait  root  /usr/libexec/ftpd ftpd -l -l
>

It's not enough.

the best way is: man ftpd
create user ftp, change inetd.conf as above (man inetd.conf)

All of this true for system ftpd daemon.