centos7配置vsftpd 登陆 500 OOPS: priv_sock_get_result
错误原因:服务器开启了selinux,导致连接被阻断的情况。
解决方法:
1、关闭selinux::#setenforce 0
2、重启vsftpd :#service vsftpd restart