Results 1 to 1 of 1
Hello all,
I have installed and configured the vsftp server on RHEL but having problems to upload files.
I was not lazy and googled a lot but haven't found a ...
- 06-16-2011 #1Just Joined!
- Join Date
- Jun 2011
- Posts
- 1
Red Hat Enterprise Linux 6 -- vsftp Server --> can't upload files
Hello all,
I have installed and configured the vsftp server on RHEL but having problems to upload files.
I was not lazy and googled a lot but haven't found a solution for that.
The problem is, if I try to upload files e.g from my Windows machine in the same network
I get an error saying "553 Colud not create file" but don't know why.
The Red Hat firewall is disabled.
The two ftp users are FTP and ADMIN. Both have read and write permission on folder /var/ftp and/or on /var/ftp/down.
But didn't work.
Here's my vsftp.conf file:
-----
listen=YES
local_enable=YES
write_enable=YES
userlist_deny=NO
userlist_enable=YES
userlist_file=/etc/vsftpd/user_list
anonymous_enable=YES
write_enable=YES
anon_mkdir_write_enable=YES
anon_other_write_enable=YES
anon_upload_enable=YES
anon_world_readable_only=NO
download_enable=YES
ftp_data_port=20
listen_port=21
anon_root=/var/ftp/down
pam_service_name=vsftpd
tcp_wrappers=NO
nopriv_user=ftp
connect_from_port_20=YES
dirlist_enable=YES
download_enable=YES
no_anon_password=YES
xferlog_enable=YES
xferlog_file=/var/log/xferlog
force_dot_files=YES
#ftp_username=root
cmds_allowed=ABOR,ACCT,ALLO,APPE,AUTH,CDUP,CWD,DEL E,EPRT,EPSV,FEAT,HELP,LIST,MDTM,MKD,MODE,NLST,NOOP ,OPTS,PASS,PASV,PBSZ,PROT,PWD,QUIT,REIN,REST,RETR, RMD,RNFR,RNTO,SITE,SIZE,SMNT,STAT,STOR,STOU,STRU,S YST,TYPE,USER
-----
The config file is probably not the best, but first I want to allow uploads.
Can someone tell me where's the mistake?
Many thanks in advance
northpoint


Reply With Quote