Zvika Vered wrote: > Hello, > > I'm trying to download u-boot 1.3.2 from > ftp://ftp.denx.de/pub/u-boot/ but the FTP site is not responding. > > What am I doing wrong ? > > Thanks, > Zvika Vered
Hi Zvika, If you can use git to clone the repository, that is highly recommended. Note that git can clone over http:// if you have a firewall blocking the git:// protocol (http is much less desirable, but should work). I used wget and it worked for me (at least for starters, I aborted the transfer). $ wget ftp://ftp.denx.de/pub/u-boot/u-boot-1.3.2.tar.bz2 --2008-03-22 17:40:55-- ftp://ftp.denx.de/pub/u-boot/u-boot-1.3.2.tar.bz2 => `u-boot-1.3.2.tar.bz2' Resolving ftp.denx.de... 81.169.171.120 Connecting to ftp.denx.de|81.169.171.120|:21... connected. Logging in as anonymous ... Logged in! ==> SYST ... done. ==> PWD ... done. ==> TYPE I ... done. ==> CWD /pub/u-boot ... done. ==> SIZE u-boot-1.3.2.tar.bz2 ... 7304253 ==> PASV ... done. ==> RETR u-boot-1.3.2.tar.bz2 ... done. Length: 7304253 (7.0M) Best regards, gvb ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ U-Boot-Users mailing list U-Boot-Users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/u-boot-users