分类: LINUX
2013-01-18 19:32:44
原文地址:BusyBox tftp使用 作者:futter521
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)