1. 程式人生 > >開發板上的tftp 上傳和下載用法

開發板上的tftp 上傳和下載用法

在開發板上輸入命令

#tftp

BusyBox v1.16.1 (2014-08-18 21:57:48 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

在window下安裝Tftpd32

以開發板為主體

下載單個檔案到開發板:tftp -g -r filename  IP     //IP為window IP

上傳單個檔案到pc端:tftp -p -l filename IP //IP為window IP