From Bugzilla Helper: User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322) Description of problem: wget-1.9.1-5 fails to download file with long ftp url and the words ftp in the domain name. The file is of size 1.5M: wget ftp://ftp.tin.org/pub/news/clients/tin/stable/tin-current.tar.gz --19:46:57-- ftp://ftp.tin.org/pub/news/clients/tin/stable/tin- current.tar.gz => `tin-current.tar.gz' Resolving ftp.tin.org... 129.13.251.67 Connecting to ftp.tin.org[129.13.251.67]:21... connected. Logging in as anonymous ... wget just hangs there. However, another url works for wget: wget ftp://ftp.funet.fi/pub/unix/news/tin-unoff/tin-current.tar.gz --20:05:40-- ftp://ftp.funet.fi/pub/unix/news/tin-unoff/tin- current.tar.gz => `tin-current.tar.gz' Resolving ftp.funet.fi... 193.166.3.2 Connecting to ftp.funet.fi[193.166.3.2]:21... connected. Logging in as anonymous ... Logged in! ==> SYST ... done. ==> PWD ... done. ==> TYPE I ... done. ==> CWD /pub/unix/news/tin-unoff ... done. ==> PASV ... done. ==> RETR tin-current.tar.gz ... done. Version-Release number of selected component (if applicable): wget-1.9.1-5 How reproducible: Always Steps to Reproduce: 1. type wget ftp://ftp.tin.org/pub/news/clients/tin/stable/tin- current.tar.gz 2. 3. Additional info: kernel release is 2.6.7-1.494.2.2smp
I've reclassified the component from wget to kernel. This is because this version of wget works under kernel-smp-2.6.6-1.435.2.3 for the specific example above. Moreover, I discovered that the average speed for downloads via wget or elinks for kernel-2.6.7-1.494.2.2smp was in B/s. The file I was attempting to download was the J2SE v 1.4.2_05 SDK RPM in self- extracting file. On the other hand, the download using kernel-smp- 2.6.6-1.435.2.3 was in K/s.
*** This bug has been marked as a duplicate of 129204 ***
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated.