Linux下用curlftpfs挂载FTP服务器 [CentOS]

A、安装curlftpfsA.1、安装DAG repositoryFedora可以直接yum install curlftpfs,CentOS不行,得用DAG repository,所以得先安装DAG repository。rpm -Uhv http://apt.sw.be/RedHat/el5/en/x86_64/rpmforge/RPMS//rpmforge-release-0.3.6-1.el5.rf.x86_64.rpmA.2、安装 curlftpfsyum install curlftpfsB、挂载FTP服务器B.1、用curlftpfs命令挂载curlftpfs -o codepage=utf8 ftp://username:password@192.168.192.168 /ftpcodepage:      编码username:      FTP ---->>阅读完整内容