时间:2019年02月12日 | 作者 : liuhui | 分类 : Linux | 浏览: 6257次 | 评论 0 人
阿里云限量代金券 | 此广告位出租25元/月 |
说明:VPS挂载FTP的用途就是通过安装CurlFtpFS来挂载FTP,不仅可以增加VPS空间,还可以进行文件备份,关键可以挂载虚拟主机的FTP空间,这是很不错的,毕竟虚拟主机便宜,而且出现数据丢失的情况也是很小的,如果你有其他闲置的VPS也可以安装宝塔来安装FTP服务器。
安装
系统要求:Debian、Ubuntu、CentOS
安装CurlFtpFS
#CentOS系统
yum -y install epel-release
yum -y install curlftpfs
#Debian/Ubuntu系统
apt-get install curlftpfs -y
2、使用方法
#创建目录,路径及名称自己定
mkdir /root/ftp
#挂载FTP
curlftpfs ftp.yourserver.com /root/ftp -o user=username:password
#卸载FTP
fusermount -u /root/ftp
或
umount /root/ftp
参数说明:
ftp.yourserver.com #FTP地址
/root/ftp #本地目录
username #FTP用户名
password #FTP密码
3、检查
输入df -h命令查看下是否挂载成功。
最后可以将文件上传至本地文件夹/home/ftp进行备份了。
如果在挂载的时候出现如下错误:
fuse: mountpoint is not empty
fuse: if you are sure this is safe, use the 'nonempty' mount option
最简单的解决方法就是让挂载的本地目录变成空文件夹即可。
推荐您阅读更多有关于“”的文章
Powered By Z-Blogphp
分享:
支付宝
微信