Wget

From KevinWiki

(Difference between revisions)
Jump to: navigation, search
Kevin (Talk | contribs)
(New page: Category:Network ==Download File== -To download a file from the web site secured by SSL and requires username and password. <pre> wget --no-check-certificate --http-user=<username> --h...)
Newer edit →

Revision as of 05:56, 29 September 2008

Download File

-To download a file from the web site secured by SSL and requires username and password.

wget --no-check-certificate --http-user=<username> --http-password=<password> https://site.url.com ~/<location to save>
Personal tools