和linux挂载webdav类似。
apt-get install curlftpfs # 安装curlftpfs mkdir /mnt/my_ftp # 创建挂载文件夹 curlftpfs ftp://user:password@example.com /mnt/my-ftp # 挂载