
Hi,
I am using JFFS2 file system for running the Linux on incaip board and would like to download a file from another host using TFTP.The following are the various commands and the respective outputs I have obtained when trying to download the file.
1.command: "#tftp 192.168.0.215"
output message: BusyBox v1.00 (2007.11.20-05:01+0000) multi-call binary
Usage: tftp [OPTION]... HOST [PORT]
2.command: "# tftp -m binary 192.168.0.215"
output message: "tftp: illegal option -- m BusyBox v1.00 (2007.11.20-05:01+0000) multi-call binary"
3.command: "tftp v 192.168.0.215"
output message:
"BusyBox v1.00 (2007.11.20-05:01+0000) multi-call binary
Usage: tftp [OPTION]... HOST [PORT]"
Is the format of the commands valid, what are the list of options that could be given under OPTION field. Kindly, give me some pointers to proceed in solving this issue.
Thank You, Verma.