From: Jerry Van Baren <gvb.uboot@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Download u-boot from FTP
Date: Sat, 22 Mar 2008 17:43:48 -0400 [thread overview]
Message-ID: <47E57D94.5050705@gmail.com> (raw)
In-Reply-To: <001501c88c62$83b8f740$6601a8c0@homew6m0a79fve>
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
next prev parent reply other threads:[~2008-03-22 21:43 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-22 21:20 [U-Boot-Users] Download u-boot from FTP Zvika Vered
2008-03-22 21:43 ` Jerry Van Baren [this message]
2008-03-22 23:45 ` Wolfgang Denk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=47E57D94.5050705@gmail.com \
--to=gvb.uboot@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.