LINUX

1、安装
    apt-get install curlftpfs

2、简单使用方法
   username:   FTP用户名
   password:    FTP密码
   192.168.1.111:     FTP地址
   /mnt/ftp:          准备挂载到的路径
curlftpfs ftp://username:password@192.168.1.111 /mnt/ftp

   卸载ftp:     fusermount -u /mnt/ftp
3、开放权限,这样其它用户也能读写了,uid和gid改成你自己的id
    sudo curlftpfs -o rw,allow_other,uid=1000,gid=1000 ftp://dewdew:dewdew@192.168.1.111 /mnt/ftp

4、开机自动挂载
   sudo echo "curlftpfs#username:password@192.168.1.111 /mnt/ftp fuse allow_other,uid=userid,gid=groupid 0 0" >> /etc/fstab


Windows
在“我的电脑” 右键 选择菜单 "映射网络驱动器”路径 填 ftp://user:password@202.101.98.54


请为这篇文章评分:
( 这篇文章尚未评分 )

Tags: none

Related Posts:
  • [尚无相关文章]

评论已关闭