升级CentOS FTP服务器(以vsftpd为例)主要有两种方法:
sudo cp /etc/vsftpd/vsftpd.conf /etc/vsftpd/vsftpd.conf.bak。sudo yum update。sudo yum update vsftpd。sudo systemctl restart vsftpd。rpm -q vsftpd查看版本。wget https://vsftpd.beasts.org/pub/vsftpd/releases/v3.0.3/vsftpd-3.0.3.tar.gz。tar -zxvf vsftpd-*.tar.gz,sudo yum install openssl-devel pam-devel libcap-devel tcp_wrappers-devel -y。./configure --prefix=/usr/local/vsftpd,make,sudo make install。