首页 > 其他 > 详细

BusyBox下ftpget的使用方法

时间:2016-02-19 10:26:51      阅读:2048      评论:0      收藏:0      [点我收藏+]

  在终端输入ftpget命令,可以得到以下帮助信息:

  1. BusyBox v1.17.4 (2010-12-22 10:59:18 CST) multi-call binary.
  2. Usage: ftpget [OPTIONS] HOST [LOCAL_FILE] REMOTE_FILE
  1. Retrieve a remote file via FTP
  2. Options:
  3.         -c,--continue Continue previous transfer
  4.         -v,--verbose Verbose
  5.         -u,--username Username
  6.         -p,--password Password
  7.         -P,--port Port number

   从192.168.1.8服务器上获取hello.txt文件,服务器端的FTP服务器开启,可以使用以下命令

   ftpget -u mm -P mm 192.168.1.8 hello.txt 

     其中mm为用户名,mm为登录密码。

BusyBox下ftpget的使用方法

原文:http://www.cnblogs.com/kanite/p/5199954.html

(3)
(1)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!