problem running crosstool0.42

Dan Kegel dank@kegel.com
Thu Jun 15 14:48:00 GMT 2006


On 6/15/06, Zhang Ke <zhangke@ict.ac.cn> wrote:
>  Do you mean that my ftp default mode is not passive?

Maybe, I don't know.

> how can i enable the passive mode?

Good question.  The man page,
   man wget
says how to *disable* passive mode:
       --no-passive-ftp
           Disable the use of the passive FTP transfer mode.  Passive FTP man
           dates that the client connect to the server to establish the data
           connection rather than the other way around.

           If the machine is connected to the Internet directly, both passive
           and active FTP should work equally well.  Behind most firewall and
           NAT configurations passive FTP has a better chance of working.
           However, in some rare firewall configurations, active FTP actually
           works when passive FTP doesn't.  If you suspect this to be the
           case, use this option, or set "passive_ftp=off" in your init file.

maybe you have to stop doing that :-)  OK, that's not very helpful.

What does
   wget --version
say?  Mine says 1.10.2.  If yours is much older, perhaps you should update.

Maybe you should try using curl instead of wget.
Both tools use passive ftp by default, but who knows, maybe curl
will avoid the problem.

Finally, please direct all questions to the crossgcc mailing list,
they can answer when I can't.
- Dan

--
For unsubscribe information see http://sourceware.org/lists.html#faq



More information about the crossgcc mailing list