Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ftp error:553 Could not create file.

NewAppsDBASep 1 2011 — edited Sep 1 2011
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 29 2011
Added on Sep 1 2011
1 comment
3,359 views