2013年11月11日 星期一

[wget] How to download file by using wget and need input password


[root@localhost atheros1]# wget --user=happy --ask-password https://support.xxxx.com/login/xxx_sw/src/hhhh.123.tgz

Password for user “happy”:


[root@localhost atheros1]# wget -c https://support.xxxx.com/login/xxx_sw/src/hhhh.123.tgz

       -c
       --continue
           Continue getting a partially-downloaded file.

Reference :

Using wget and HTTP authentication for supported downloads

Related Posts:

0 意見:

張貼留言