구차니 2013. 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]