ftp 報錯 550 Failed to open file

tolywang發表於2011-05-04

ftp>; put d:/fcitx/fcitx-3.1.1.tar.tar
200 PORT command successful. Consider using PASV.
553 Could not create file.
ftp>; get vsftpd.conf
200 PORT command successful. Consider using PASV.
550 Failed to open file.

 

分析及解決  

man    ftpd_selinux

解決方式: 

1.      setsebool -P ftpd_disable_trans 1   
2.      service   vsftpd   restart

[root@pldfmsqcdb sysconfig]# setsebool -P ftpd_disable_trans 1
[root@pldfmsqcdb sysconfig]# service vsftpd restart
Shutting down vsftpd: [  OK  ]
Starting vsftpd for vsftpd: [  OK  ]
[root@pldfmsqcdb sysconfig]#

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/35489/viewspace-694421/,如需轉載,請註明出處,否則將追究法律責任。

相關文章