3

Linux常用命令-40:wget

 1 year ago
source link: https://xugaoxiang.com/2022/06/11/linux-cmds-40-wget/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

wget 命令用来从指定的 URL 下载文件,它非常稳定,支持 HTTPHTTPSFTP等多种网络协议,还支持代理。

语法格式: wget [参数]

常用参数:

61575a1b0944a0ed.png
# 下载文件
wget https://xugaoxiang.com/package.zip

# 下载,保存为test.zip
wget -O test.zip https://xugaoxiang.com/package.zip

# 断点续传
wget -c -O test.zip https://xugaoxiang.com/package.zip

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK