?潭水无风?

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

版本:BusyBox-1.21.1
编译过程选择TFTP相关选项。

TFTP

在终端中输入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

Options:
        -l FILE Local FILE
        -r FILE Remote FILE
        -g      Get file
        -p      Put file
        -b SIZE Transfer blocks of SIZE octets

从207.246.98.255服务器上获取Exynos4412.out文件,前提是在服务器上开启TFTP的服务,可使用如下命令传输:

tftp 207.246.98.255 -g -r Exynos4412.out
posted on 2019-08-14 15:34  万物拾光  阅读(469)  评论(0)    收藏  举报