Index
Supplying Username And Password
You can specify a username and password for either uploading or downloading a file.
Example
HTTP http = new HTTP();
http.Hostname = “HostnameAddressAndFileToDownload”;
http.Username = “Username”;
http.Password = “Password”;
http.DownloadFile(“C:\\SaveFiled.txt”);
in HTTP