I used to use wget to download update rpm packages;<br>wget -cnd --mirror ftp://download.fedora.redhat.com/pub/fedora/linux/core/updates/5/i386/*.rpm<br>This had been working fine until lately, stop working, wget can login the ftp repository, but and then stop going further like this;<br>==> SYST ... done.    ==> PWD ... done.<br>==> TYPE I ... done.  ==> CWD /pub/fedora/linux/core/updates/5/i386 ... done.<br>==> PASV ... done.    ==> LIST ... done.<br><br>100%[++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++=>] 6,268,498     --.--K/s    ETA 00:00<br><br>I tried using firefox to brow into this ftp server, and got message " There are too many connections from your internet address ". Seems this ftp server had change something, I could not even browse into it, how can I use the wget to download updates from it again?<br><br>