[busybox]使用TFTP指令

下面是busybox里面的解释

Usage: tftp [OPTION]... HOST [PORT]

Transfer a file from/to tftp server using "octet" mode

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

 

# tftp -g -r uimage 192.168.0.1

就可以收到了uimage文件

你可能感兴趣的:(server,File)