Thread: vsFTPd config question
hello.
i'm trying configure vsftpd server have silly problem...
i've installed ubuntu server 9.10 lamp pakage , manually installed vsftpd using command:
after i've executed commands provide anonymous access apache www root directory via ftp:code:sudo apt-get install vsftpd
i've accessed ftp pc , i've seen www root directory in ftp client.code:sudo usermod -d /var/www ftp sudo /etc/init.d/vsftpd restart
because want allow read/write anonymous access www root directory, executed following:
and uncommented:code:sudo vi /etc/vsftpd.conf
after i've executed:code:anon_upload_enable=yes write_enable=yes
after i've done, connected remotly via ftp ubuntu ftp server.code:sudo /etc/init.d/vsftpd restart
can browse ftp root directory can't write there...
ftp client shows me this:
please, me, wrong?code:an error occured coping file ftp server. make sure have permission put files on server. details: 200 switching binary mode. 227 entering passive mode (192,168,103,19,177,94). 553 not create file.
also, i've tryed change www directory access rights:
but after i've done this, ftp server started ask username , password access...code:sudo chmod 777 /var/www
, ubuntu users login , password - wrong.... , if enterse anonymous username , left passowrd field blank, ftp server not allowed me access again...
Forum The Ubuntu Forum Community Ubuntu Specialised Support Ubuntu Servers, Cloud and Juju Server Platforms [ubuntu] vsFTPd config question
Ubuntu
Comments
Post a Comment