Linux 下的下载文件命令

普通文件只需

wget  fileAddr

下载带有登录验证的文件

[chen@localhost Downloads]$ wget --user='avname' --ask-password http://xxxxxxxxxxxxxxxxxxxxx.zip

输入登录验证密码即可

原文地址:https://www.cnblogs.com/micro-chen/p/4968513.html