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
>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!
>Sunrisesimple add this line in /etc/inetd.conf
ftp stream tcp nowait root /usr/libexec/ftpd ftpd -l -l
>>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.