tftp --help
BusyBox v1.22.1 (2017-05-10 10:28:22 CST) 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
BusyBox v1.22.1 (2017-05-10 10:28:22 CST) 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
-g是下载 -p是上传
tftp -l /usr/bin/kon -r kone -g 192.168.0.10
作用是从server中的tftp根目录下,下载文件kone到Client