Article: HTTP Supplying Username And Password

HTTP Supplying Username And Password

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”);

Related Articles

Main Categories