[U-Boot-Users] Does u-boot provide SCP or FTP feature?

Hello,
I'm new to u-boot. I saw u-boot does have TFTP but does anybody know that SCP and/or FTP have also been included?
Many thanks,

Hi Frank,
On Thu, Jun 5, 2008 at 11:01 PM, Frank Wei Frank.Wei@4rf.com wrote:
Hello,
I'm new to u-boot. I saw u-boot does have TFTP but does anybody know that SCP and/or FTP have also been included?
Not in the main line, although I wouldn't rule out that somebody somewhere has implemented FTP at least. Can you elaborate on why you want something less trivial?
regards, Ben

In message f8328f7c0806052247p24ebdd06q8560011dc0c39139@mail.gmail.com you wrote:
Not in the main line, although I wouldn't rule out that somebody somewhere has implemented FTP at least. Can you elaborate on why you want something less trivial?
IBM's Blue Gene port implements not only TCP/IP, but also a HTTP server so you can push your images to U-Boot.
See http://www.research.ibm.com/kittyhawk
Best regards,
Wolfgang Denk

In message 52CF207E00A9394C8CD1423668654840A8B3DB1A@4rf-nz-exch02.local.4rf.com you wrote:
I'm new to u-boot. I saw u-boot does have TFTP but does anybody know that S= CP and/or FTP have also been included?
Both scp and FTP require TCP/IP, but U-Boot implements only UDP.
So we support TFTP and NFS, but nothing else (at least not yet).
Best regards,
Wolfgang Denk
participants (3)
-
Ben Warren
-
Frank Wei
-
Wolfgang Denk