ftpget -u username -p password 192.168.100.110 /tmp/test.c /testi.c
username :用户名
password :密码
192.168.100.110 :电脑ip
/testi.c:电脑文件
/tmp/test.c:设备上文件
例子:ftpget -u LCC8001 -p LCC8001 192.168.1.12 /app/libzlog.so.1.1 /libzlog.so.1.1
ftpput -u username -p password 192.168.100.110 /tmp/test.c /homedri/testi.c