프로그램 사용/busybox2013. 6. 18. 18:31

# tftp
BusyBox v1.2.2 (2007.03.11-00:56+0000) multi-call binary

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

Transfers a file from/to a tftp server using "octet" mode.

Options:
        -l FILE Local FILE
        -r FILE Remote FILE
        -g      Get file
        -p      Put file 

# tftp -g -r uImage 192.168.10.33 

이렇게 써야 할거면..
 
 
# tftp
BusyBox v1.2.2 (2007.03.11-00:56+0000) multi-call binary

Usage: tftp [[OPTION1] [OPTION2]]... HOST [PORT]

Transfers a file from/to a tftp server using "octet" mode.

Option1:
        -l FILE Local FILE
        -r FILE Remote FILE

Option2:
        -g      Get file
        -p      Put file 

이렇게 하던가!!!

[링크 : http://blog.daum.net/heyjun/15705355]

'프로그램 사용 > busybox' 카테고리의 다른 글

sh: line 1: kill: root: no such pid  (0) 2015.01.05
busybox su가 안될 경우  (0) 2014.12.05
busybox - setconsole  (0) 2011.10.21
busybox ash "cannot open /dev/ttyAS1: no such device"  (0) 2010.04.20
busybox ps는 BSD 스타일?  (0) 2010.01.12
Posted by 구차니