Options:
-l FILE Local FILE
-r FILE Remote FILE
-g Get file
-p Put file
-b SIZE Transfer blocks of SIZE octets
从远程获取文件
tftp -r hello.o -p 192.168.0.99
将本地文件传到远程机子
tftp -l 22.txt -g 192.168.0.99
-l FILE Local FILE
-r FILE Remote FILE
-g Get file
-p Put file
-b SIZE Transfer blocks of SIZE octets
从远程获取文件
tftp -r hello.o -p 192.168.0.99
将本地文件传到远程机子
tftp -l 22.txt -g 192.168.0.99
本文介绍了如何使用TFTP命令进行文件传输,包括从远程获取文件和将本地文件上传到远程机器的操作步骤。
6201

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



