tftp 使用

tftp使用


windows tftp app: tftp64


/ # tftp --help
BusyBox v1.20.2 (2023-10-09 14:59:14 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

/ # 

download:
tftp -g -r file 192.168.98.100

upload:
tftp -p -l file 192.168.98.100

posted @ 2024-08-29 17:49  王阳开  阅读(8)  评论(0编辑  收藏  举报