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