张大佬张大佬

Linux怎么挂载FTP到目录,Linux下用curlftpfs挂载FTP服务器

yum install curlftpfs

curlftpfs -o codepage=utf8 ftp://username:password@192.168.192.168 /ftp





codepage:      编码

username:      FTP用户名

password:       FTP密码

192.168.1.111:  FTP地址

/ftp:           准备挂载到的路径

.2、卸载挂载

fusermount -u /ftp

umount /ftp


本原创文章未经允许不得转载 | 当前页面:张大佬 » Linux怎么挂载FTP到目录,Linux下用curlftpfs挂载FTP服务器

评论