View previous topic :: View next topic |
Author |
Message |
garnie Tux's lil' helper
Joined: 09 Jan 2004 Posts: 108 Location: Vinderup, Denmark
|
Posted: Wed May 10, 2006 1:31 pm Post subject: vsftpd problem |
|
|
just installed vsftpd .. i need it so i can login with anonymous but when i do i can't write even though i enabled it in the config file
conf here :
Code: | listen=YES
anonymous_enable=YES
write_enable=YES
anon_upload_enable=YES
anon_mkdir_write_enable=YES
dirmessage_enable=YES
xferlog_enable=YES
connect_from_port_20=YES
|
when i test i get this.
Code: |
root@fw:/etc # ftp XXX.XXX.XXX.XXX
Connected to XXX.XXX.XXX.XXX
220 Welcome to blah FTP service.
Name (XXX.XXX.XXX.XXX:root): ftp
331 Please specify the password.
Password:
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> mkdir ged
550 Create directory operation failed.
ftp> |
what am i forgetting ? _________________ Proud gentoo user. |
|
Back to top |
|
|
UberLord Retired Dev
Joined: 18 Sep 2003 Posts: 6835 Location: Blighty
|
|
Back to top |
|
|
garnie Tux's lil' helper
Joined: 09 Jan 2004 Posts: 108 Location: Vinderup, Denmark
|
Posted: Wed May 10, 2006 4:03 pm Post subject: |
|
|
that is in order aswell .. still not working _________________ Proud gentoo user. |
|
Back to top |
|
|
|