ftp error:553 Could not create file.
Hi,
OS - Red Hat Enterprise Linux Server release 5.6 (Tikanga)
I installed vsftpd rpm
I created a group & user as:
groupadd ftp-users
mkdir /home/ftp-docs
chmod 777 /home/ftp-docs
chown root:ftp-users /home/ftp-docs
useradd -g ftp-users -d /home/ftp-docs ftpvis
Problem:
ftp> put test
*200 PORT command successful. Consider using PASV.*
*553 Could not create file.*
ftp>
ftp> get test
200 PORT command successful. Consider using PASV.
150 Opening BINARY mode data connection for test (9 bytes).
226 File send OK.
ftp: 9 bytes received in 0.00Seconds 9000.00Kbytes/sec.
ftp>
Thanks
Vishwa