Re: VBScript – SshHostKeyFingerprint is not set
You would have to use numerical values instead of all constants.
We recommend using
Alternative approach is to consider the session via session URL and
Note that the combination of Explicit TLS and port 990 is suspicious. The port 990 is used by Implicit TLS. Are you sure your FTP server is misconfigured this way?
We recommend using
.wsf
instead.
Alternative approach is to consider the session via session URL and
SessionOptions.ParseUrl
:
sessionOptions.ParseUrl "ftpes://username:password@ftp.address.com:990"
Note that the combination of Explicit TLS and port 990 is suspicious. The port 990 is used by Implicit TLS. Are you sure your FTP server is misconfigured this way?