Install WGET in windows

Source: Internet
Author: User


Install WGET in windows 1. Install wget www.2cto.com: program Files \ GnuWin323 and path ========== split line =========; % GNU_HOME % \ bin ============ split line =================== 4. Download the entire site: Download things with wget, it is really convenient. It will automatically reconnect and resume resumable data transfer. It is reassuring. Download a website or a directory. Download a directory from www.2cto.com. For example, download all the content under mydiron website www.example.com/directory. The command is as follows: wget-r-p-k-np-nc-e robots = off schedule. Wget-r-p-k-nc-e robots = off http://www.example.com/mydir/-r recursion; for HTTP hosts, wget first downloads the file specified by the URL, then (if the file is an HTML file) recursively downloads all files referenced by the file (Super join) (the delivery depth is specified by the parameter-l ). For the FTP host, this parameter means to download all files in the directory specified by the URL. The recursive method is similar to that for the HTTP host. -C specifies the resumable upload function. In fact, wget has the resumable upload function by default. Only when you use another ftp tool to download a part of a certain file and want wget to complete this task, to specify this parameter. -Nc does not download an existing file.-np indicates that the file is not traced back to the parent directory. If the file does not follow the link, only the specified directory and sub-directory are downloaded. The-p download page displays all the required files. For example, the page contains images, but the images are not in the/yourdir directory. However, if this parameter is set under the/images directory, the images are still loaded normally.
-K indicates that the absolute connection in the downloaded file is a relative connection, which facilitates local reading. -O down. log records the log to down. log-e robots = off

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.