Under Linux, the entire station-related files can be downloaded by a single command.
Parameter description:
-r: Recursive download
-P: Download all elements such as images used to display HTML pages
-K: Back up the file X before converting it to X.orig.
-NP: Do not go back to the parent directory
wget -r -np -nd http://example.com/
This command can download all the files in the root directory of the http://example.com Web site. Where-NP's role is not to traverse the parent directory,-nd means that the directory structure is not recreated natively.
wget -m -k (-H) http://www.example.com/
This command can be used to mirror a Web site, and wget will convert the link. If the images in your site are placed on a different site, you can use the-H option.
Use of the "Linux" Chop Station command wget quick-pick station using wget quick-pick station