BusyBox tftp使用

用讯为的命令tftp -g -l test -r test ipaddr 

发现不行 老是弹出帮助信息 原来是自己把第二个“test” 丢了

帮助信息:

BusyBox v1.13.3 (2009-03-25 15:48:45 CST) multi-call binary

Usage: tftp [OPTION]... HOST [PORT]

Transfer a file from/to tftp server

Options: 
        -l FILE Local FILE 
        -r FILE Remote FILE 
        -g      Get file 
        -p      Put file 
        -b SIZE Transfer blocks of SIZE octets

从服务器获得文件

tftp –g –r filename ipaddr(主机的ip)

上传文件:

tftp –p –l filename ipaddr(开发板的ip)

posted @ 2017-06-05 23:42  不明白就去明白  阅读(383)  评论(0编辑  收藏  举报