tftp服务器路径:

tftp使用命令:
[root@iTOP-4412]# tftp -g -l module_test.ko 169.254.231.181
[ 3356.761790] [dm96-TxRound].0 for LEN_ODD tail_room +1, rslt add 1
[root@iTOP-4412]#
tftp参数解析:
[root@iTOP-4412]# tftp
BusyBox v1.21.1 (2014-10-17 01:48:59 PDT) multi-call binary.
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
本文介绍了如何在Linux环境中使用TFTP服务器进行文件传输,包括`tftp`命令的用法,如 `-l`(获取文件)、`-r`(远程文件)、`-g`(获取文件)和`-p`(放置文件)等选项,以及其在169.254.231.181服务器上的操作示例。
554

被折叠的 条评论
为什么被折叠?



