Results 1 to 2 of 2

Thread: force wget to use a different file name for what it downloads?

  1. #1
    Join Date
    Apr 2007
    Beans
    891
    Distro
    Ubuntu 10.04 Lucid Lynx

    force wget to use a different file name for what it downloads?

    Hi
    Thank you for reading my post
    Is it possible to force wget to use a custom file name when it download a file?

    for example to download the www.aaa.com/file55.zip to /home/legolas/f55.zip ?

    Thanks.

  2. #2
    Join Date
    Apr 2008
    Location
    Ohio
    Beans
    391
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: force wget to use a different file name for what it downloads?

    You could just do something like this in terminal, downloading and renaming it in one command:

    Code:
    wget http://www.aaa.com/file55.zip && mv file55.zip f55.zip

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
  •