From mboxrd@z Thu Jan 1 00:00:00 1970 From: Verma Date: Tue, 20 Nov 2007 22:23:55 -0800 (PST) Subject: [U-Boot-Users] TFTP usage at Linux shell prompt Message-ID: <13871777.post@talk.nabble.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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. -- View this message in context: http://www.nabble.com/TFTP-usage-at-Linux-shell-prompt-tf4848314.html#a13871777 Sent from the Uboot - Users mailing list archive at Nabble.com.