# 提前准备RPM包
wget https://download-ib01.fedoraproject.org/pub/epel/7/x86_64/Packages/c/curlftpfs-0.9.2-14.el7.x86_64.rpm
# 通过yum安装RPM包
yum localinstall -y curlftpfs-0.9.2-14.el7.x86_64.rpm
# 挂载
curlftpfs -o codepage=utf8 ftp://username:[email protected] /mnt
|