Introduction to wget

Source: Internet
Author: User
Tags file url
Brief Introduction to wget-Linux general technology-Linux technology and application information. The following is a detailed description. If you think wget is just a command line download tool, you will be wrong. wget has the ability to complete various download tasks. Below I will give some simple examples:

If you want to download an object from the website.

Wget http://www.dummy.com/foo.tar.gz
Sometimes half of the download will lose the link. Can I restore the previous download?

Wget-c http: // www/dummy.com/foo.tar.gzWell, my network speed is very slow and the link is often disconnected. What should I do if I want him to retry automatically until the download is complete?

Wget-t 0-c http://www.dummy.com/foo.tar.gz # retry 20 times by default,-t 0 will keep him retrying.
Well... Yes. Can I download the entire webpage once if I have a URL?

The wget-p http://www.dummy.com/blog
What if I need to specify the user name and password to download the file URL?

Wget http://www.dummy.com/bar.tar -- user = name -- password = passwd?What else can I do?
For more operations, enter man wget.
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.