OS/OpenWRT2017. 3. 3. 16:37
TFTP 사용법
Usage: tftp [OPTION]... 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
PUT : #  tftp -l {local file name} -p {server ip}
ex) tftp -l test.txt -p 192.168.1.10
GET : #  tftp -r {remote fiel name} -g {server ip} 
ex tftp -r text.txt -g 192.168.1.10

'OS > OpenWRT' 카테고리의 다른 글

shell 추가  (0) 2017.03.15
Openwrt_build 방법  (0) 2017.02.14
Posted by idwook