1

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?

2

Odp: vsftpd

Yes. Enable local and anonymous users. Try http://eko.one.pl/vsftpd.php (sorry, in polish smile)

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

3 (edytowany przez arteq 2010-10-23 20:37:23)

Odp: vsftpd

Yes. Simply install pure-ftpd using opkg

opkg install pure-ftpd

after 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/passwd

run ftp server

/etc/init.d/pure-ftpd start
Pozdrawiam, Artur
http://digi-led.pl/blog - Blog