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 --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. ************************************** [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...
