Re: wget can't download as before

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



At 12:03 AM -0800 11/11/06, Barry Yu wrote:
>I used to use wget to download update rpm packages;
>wget -cnd --mirror
>ftp://download.fedora.redhat.com/pub/fedora/linux/core/updates/5/i386/*.rpm
>This had been working fine until lately, stop working, wget can login the
>ftp repository, but and then stop going further like this;
>==> SYST ... done.    ==> PWD ... done.
>==> TYPE I ... done.  ==> CWD /pub/fedora/linux/core/updates/5/i386 ... done.
>==> PASV ... done.    ==> LIST ... done.
>
>100%[++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++=>]
>6,268,498     --.--K/s    ETA 00:00
>
>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?

WAG: that "*" at the end is opening multiple downloads at once?  What
happens if you try just one file at a time?  Also, get has a way to take a
list of files from a file (-i), which might work better here.  You could
probably make the list with something like "ls foo.* >myfile".  If not,
there's always something like "find . -name foo.* -exec wget {}".

I'm not sure about your use of -nd with --mirror.  It just seems that it
won't mirror as well that way.
-- 
____________________________________________________________________
TonyN.:'    The Great Writ     <mailto:tonynelson@xxxxxxxxxxxxxxxxx>
      '      is no more.             <http://www.georgeanelson.com/>

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux