Marcelo Taube wrote:
> 
> wget was working OK with my ppp connection, now I installed a new connection
> throw a NE2000 ETHERNET card, most of the programms work Ok and faster but
> wget (and other programms that depend on it) don't work anymore....
> 
> this is what happens when I try to download a file (It happens with other files from 
>other ftp servers as well)...
> **************************************
> [root@localhost /root]# wget 
>ftp://ftp.cs.tu-berlin.de/pub/X/XFree86/4.1.0/binaries/Linux-ix86-glibc22/Xf100.tgz

Next time please send the debug output (wget -d ...)

> --14:28:48--  
>ftp://ftp.cs.tu-berlin.de/pub/X/XFree86/4.1.0/binaries/Linux-ix86-glibc22/Xf100.tgz
>            => `Xf100.tgz'
> Connecting to ftp.cs.tu-berlin.de:21... connected!
> Logging in as anonymous ... Logged in!
> ==> SYST ... done.    ==> PWD ... done.
> ==> TYPE I ... done.  ==> CWD /pub/X/XFree86/4.1.0/binaries/Linux-ix86-glibc22 ... 
>done.
> ==> PORT ... done.    ==> RETR Xf100.tgz ... done.
> **************************************
> After the last "done" it freezes and doesn't  download a single byte.
> I have already updated to the last version of wget (cvs version) but the problem was 
>not fixed.
> 

Just a guess, but are your new network connection using NAT. And if so
does the router (or firewall) has a FTP proxy to allow active FTP
connections through ?
If not, try using passive mode.

$ wget --help 
GNU Wget 1.7, a non-interactive network retriever.
Usage: wget [OPTION]... [URL]...
[...]
FTP options:
  -nr, --dont-remove-listing   don't remove `.listing' files.
  -g,  --glob=on/off           turn file name globbing on or off.
       --passive-ftp           use the "passive" transfer mode.
       --retr-symlinks         when recursing, get linked-to files (not
dirs).


> **************************************
> [root@localhost /root]# wget --version
> GNU Wget 1.7.1-pre1
> 
> Copyright (C) 1995, 1996, 1997, 1998, 2000, 2001 Free Software Foundation, Inc.
> This program is distributed in the hope that it will be useful,
> but WITHOUT ANY WARRANTY; without even the implied warranty of
> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
> GNU General Public License for more details.
> 
> Originally written by Hrvoje Niksic <[EMAIL PROTECTED]>.
> **************************************
> I have no idea of what's causing this...
> Thank you in advance...

-- 
Med venlig hilsen / Kind regards

Hack Kampbjørn

Reply via email to