LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Red Hat (https://www.linuxquestions.org/questions/red-hat-31/)
-   -   ftp user can't create a directory on ftp server (https://www.linuxquestions.org/questions/red-hat-31/ftp-user-cant-create-a-directory-on-ftp-server-785035/)

bharatlalgupta 01-27-2010 05:26 AM

ftp user can't create a directory on ftp server
 
hello
i'm using ftp server with RHEL-5.1 now i wish to an anonymous user can create and upload some file on my ftp server...
for this i configure the entries in /etc/vsftpd/vsftpd.conf

anonymous_enable=YES
# Uncomment this to allow local users to log in.
local_enable=YES
# Uncomment this to enable any form of FTP write command.
write_enable=YES
#anon_mkdir_write_enable=YES
#anon_upload_enable=YES

and change some boolean value
allow_ftpd_anon_write --> on
allow_ftpd_full_access --> on
ftp_home_dir --> on
ftpd_disable_trans --> on
ftpd_is_daemon --> on
and lastly after this configuration when try to login ftp server following command
[root@server1 media]# ftp 192.168.0.26
Connected to 192.168.0.26.
220 Welcome to blah FTP service.
530 Please login with USER and PASS.
530 Please login with USER and PASS.
KERBEROS_V4 rejected as an authentication type
Name (192.168.0.26:root): ftp
331 Please specify the password.
Password:
500 OOPS: vsftpd: refusing to run with writable anonymous root
Login failed.
ftp>
i'm not understand what is the meaning of
500 OOPS: vsftpd: refusing to run with writable anonymous root
and how to make a anonymous successfull login...

repo 01-27-2010 06:16 AM

Try to login as user

DrLove73 01-27-2010 10:17 AM

Do not double post! close this thread and use only other one. There are few answers there already.

GrapefruiTgirl 01-27-2010 10:23 AM

This thread is reported for closure. Please keep your discussion in one place by not posting it more than once.

Continue the discussion over there: http://www.linuxquestions.org/questi...server-785034/

Thanks!
Sasha

unSpawn 01-27-2010 01:58 PM

Please post your thread in only one forum. Posting a single thread in the most relevant forum will make it easier for members to help you and will keep the discussion in one place. This thread is being closed because it is a duplicate.


All times are GMT -5. The time now is 09:33 AM.