Linux 下的下载文件命令

普通文件只需

wget  fileAddr

下载带有登录验证的文件

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

输入登录验证密码即可

你可能感兴趣的:(Linux 下的下载文件命令)