BusyBox - 使用TFTP
转载自:https://blog.csdn.net/ccskyer/article/details/6075048
开发板上使用TFTP
帮助信息:
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)
博客园文作者:Citrusliu
博文地址:https://www.cnblogs.com/citrus