全部博文(354)
分类: LINUX
2009-11-28 21:42:35
方法一:
解决方法:
在终端输入命令:
setsebool ftpd_disable_trans 1
service vsftpd restart
回车就可以了。网络太强大。
方法二:
I had the same problem recently, I also got the message:
500 OOPS: failed to open xferlog log file:/var/log/xferlog
This is what I did:
Open a terminal
Switch to root using su -
service vsftpd stop<