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

    in HTTPS
    Did this article answer your question?