码迷,mamicode.com
首页 > 其他好文 > 详细

ARM板卡ftp客户端应用

时间:2015-09-20 13:14:47      阅读:146      评论:0      收藏:0      [点我收藏+]

标签:

BusyBox已集成命令tftp,可通过tftp上传或下载文件:

Usage: tftp [OPTIONS] HOST [PORT]

Transfer a file from/to tftp server

        -l FILE Local FILE
        -r FILE Remote FILE
        -g      Get file
        -p      Put file
        -b SIZE Transfer blocks of SIZE octets
上传文件:

tftp -p -l  local.sh   192.168.1.222

下载文件:

tftp -g -r remote.sh 192.168.1.222

 

ARM板卡ftp客户端应用

标签:

原文地址:http://www.cnblogs.com/embedded-linux/p/4823123.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!