Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What is the use of wget

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article introduces you how to use wget, the content is very detailed, interested friends can use for reference, I hope it can be helpful to you.

1. Download a single file using wget the following example is to download a file from the network and save it in the current directory wget http://cn.wordpress.org/wordpress-3.1-zh_CN.zip will display a progress bar during the download process, including (percentage of download completed, bytes already downloaded, current download speed, remaining download time). 2. Use wget-O to download and save wget with a different file name. By default, the last character following the "/" will be used to command. For dynamically linked downloads, the file name is usually incorrect. Error: the following example downloads a file and saves wget http://www.centos.bz/download?id=1 with the name download.php?id=1080, even though the downloaded file is in zip format, it still uses the download.php?id=1080 command. Correct: in order to solve this problem, we can use the parameter-O to specify a file name: wget-O wordpress.zip http://www.centos.bz/download.php?id=1080 on how the use of wget is shared here, I hope the above content can be of some help to you, can learn more knowledge. If you think the article is good, you can share it for more people to see.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report