LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   FTP Critical file transfer error (https://www.linuxquestions.org/questions/linux-newbie-8/ftp-critical-file-transfer-error-852751/)

rewards 12-28-2010 01:27 AM

FTP Critical file transfer error
 
Hello all,

I am trying to upload some files in a local server Centos Linux usinf Filezilla from another computer ina same network but I get error message. The message is below. Does anyone know what the problem is? Thank you. The ftpd is running;

[root@localhost ~]# service vsftpd start
Starting vsftpd for vsftpd: [ OK ]
[root@localhost ~]#


227 Entering Passive Mode (192,168,0,189,75,11)
Command: STOR /var/www/html/include/xml/upload/include/xml/module-video.xml
Response: 553 Could not create file.
Error: Critical file transfer error
Response: 227 Entering Passive Mode (192,168,0,189,203,165)
Command: STOR /var/www/html/include/xml/upload/include/xml/fr/php-source-import.xml
Response: 553 Could not create file.
Error: Critical file transfer error

Response: 421 Timeout.
Error: Connection closed by server
Response: 421 Timeout.

bathory 12-28-2010 02:45 AM

Hi,

This looks like a SELinux permissions problem. Take a look at ftpd_selinux manpage to see what you have to do.

Regards


All times are GMT -5. The time now is 10:18 AM.