Temat: vsftpd
Hello,
i would like to login to ftp server as anonymous (with root directory /mnt) and as root (with root directory /root) is it possible?
Nie jesteś zalogowany. Proszę się zalogować lub zarejestrować.
eko.one.pl → Oprogramowanie / Software → vsftpd
Strony 1
Zaloguj się lub zarejestruj by napisać odpowiedź
Hello,
i would like to login to ftp server as anonymous (with root directory /mnt) and as root (with root directory /root) is it possible?
Yes. Enable local and anonymous users. Try http://eko.one.pl/vsftpd.php (sorry, in polish
)
Yes. Simply install pure-ftpd using opkg
opkg install pure-ftpdafter install try bellow configuration
config 'pure-ftpd'
option 'port' '21'
option 'chrooteveryone' '1'
option 'maxclientsperip' '10'
option 'maxclientsnumber' '4'
option 'peruserlimits' '3:4'
option 'umask' '133:022'
option 'authentication' 'unix'
option 'enabled' '1'
option 'noanonymous' '0'add user ftp with his home directory(change it for your needs)
echo "ftp:*:65534:65534:ftp:/mnt/hdd:/bin/false" >> /etc/passwdrun ftp server
/etc/init.d/pure-ftpd startStrony 1
Zaloguj się lub zarejestruj by napisać odpowiedź
eko.one.pl → Oprogramowanie / Software → vsftpd
Forum oparte o PunBB, wspierane przez Informer Technologies, Inc