需要的工具:
Windows:FtpUse
Linux:curlftpfs
Windows:
ftpuse 是个命令行下的工具,下载页面在这里:http://www.ferrobackup.com/ftpuse/
ftpuse 的用法:
FTPUSE devicename [ftphostname[/remotepath] [password]] [/USER:username] [/NOPASSIVE] [/OWNERACCESSONLY] [/PORT:portnumber] [/DEBUG] [[/DELETE]]
ftpuse示例:
添加:ftpuse x: ftp.upall.cn/ide userPassword /user:username
删除:ftpuse x: /delete
官方的演示动画:
Linux:
安装:#yum -y install curlftpfs
添加:#curlftpfs ftp://username:userPassword@upall.cn/ide /mnt/ftp
删除:#fusermount -u /mnt/ftp
<完。最喜欢命令行的东西了哈,干净、效率。希望大家也能够喜欢,^_^>