Article: HTTPS Supplying Username And Password

HTTPS Supplying Username And Password

Index

Supplying Username And Password

You can specify a username and password for either uploading or downloading a file.

Example

HTTPS https = new HTTPS();
https.Hostname = “HostnameAddress”;
https.Username = “Username”;
https.Password = “Password”;
https.DownloadFile(“C:\SaveFiled.txt”)
;

Related Articles

Main Categories