From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?UmHDumwgU8OhbmNoZXogU2lsZXM=?= Date: Thu, 13 Sep 2007 12:28:33 +0200 Subject: [U-Boot-Users] HI,can I use u-boot get file from FTP server References: <004501c7f5d9$b8959e70$6401a8c0@hy> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de George.Tung wrote: > Hi > > can I use u-boot get file from FTP server,it seems that uboot just support > the UDP protocol.and can not get some data from "www". > > my question: > > how can i get the file from international web site. > like the this > ftp ftp://***.***.***.***/kernel/zImage > AFAIK, just tftp is available (or NFS). TCP is not and won't be (in short term) available in u-boot. Only UDP is. In short, use tftp or nfs. Regards, -- Ra?l S?nchez Siles