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)

懒惰不会让你一下子跌到 但会在不知不觉中减少你的收获; 勤奋也不会让你一夜成功 但会在不知不觉中积累你的成果 越努力,越幸运。
原文地址:https://www.cnblogs.com/Rainingday/p/6947657.html