Results 1 to 6 of 6

Thread: wget help

  1. #1
    Join Date
    Sep 2005
    Location
    The American Empire
    Beans
    340

    Question wget help

    I'm trying to download a file called 'forms'. It has no extension.

    http://site.com/forms/incrementing_n..._numbers/forms

    I've been trying this with wget but I'm not sure how to do it properly.


    Any suggestions?
    Registered Linux User # 437006
    http://sidux.com/ - K Desktop Environment (Debian Sid)
    MasterShaper - Network traffic under control

    Currently listening to

  2. #2
    Join Date
    Jan 2008
    Location
    Manchester UK
    Beans
    13,573
    Distro
    Ubuntu

    Re: wget help

    Bad link

  3. #3
    Join Date
    Sep 2005
    Location
    The American Empire
    Beans
    340

    Lightbulb Re: wget help

    wget was unable to do what I needed...but this did the trick.


    http://www.langfeldt.net/w3mir/
    Registered Linux User # 437006
    http://sidux.com/ - K Desktop Environment (Debian Sid)
    MasterShaper - Network traffic under control

    Currently listening to

  4. #4
    Join Date
    Mar 2009
    Location
    Irondale, AL
    Beans
    131
    Distro
    Xubuntu 8.10 Intrepid Ibex

    Re: wget help

    Call me biased, but IMHO, wget (or curl) will pwn any similar 3rd party app...
    I would be especially cautious since the very first line of that app's page says:

    "WARNING: A serious bug was discovered in w3mir 1.0.8 (it is probably present in some earlier versions too), which can cause removal of all your files, not just files in the mirror. To avoid this edit w3mir, search for 'sub rm_rf (line 2259 in 1.0.8 ) and put the statement 'die;' on the line below. After it should read:

    sub rm_rf {
    die;

    Instead of files being removed w3mir will now abort if the bug is triggered."

    If you had posted a real link, and given us a little more time & info, we could have helped you with getting wget to do what you want.
    Just my .02.

    -Paul

  5. #5
    Join Date
    Oct 2008
    Location
    colachel
    Beans
    517
    Distro
    Ubuntu 13.10 Saucy Salamander

    Smile Re: wget help

    Hi


    The link seems to be not found. Use wget -c for continuous download.

  6. #6
    Join Date
    Mar 2009
    Location
    /dev/null
    Beans
    57
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: wget help

    Do something like:

    Code:
    wget <LINK> -O <DESIRED-FILE-NAME-WITH-EXTENSION>
    "Simple people, writes simple code"
    -Ruel

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •