您的位置:首页 > 运维架构 > Linux

Linux tftp client使用

2015-08-26 14:59 806 查看
从tftp服务器下载文件

tftp -g -r [file_name] [serve ip]

上传文件至tftp服务器

tftp -p -l
[file_name] [serve ip]

# tftp --help

BusyBox v1.16.1 (2013-01-25 11:02:37 CST) 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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: