SessionOptions.HostName is not set
Using VB.NET code generated by WinSCP 5.17.6:
returns an error
Thanks in advance.
With sessionOptions .Protocol = Protocol.Sftp .HostName = "xxxxx" .UserName = "xxxx" .Password = "xxxxxxxx" .SshHostKeyFingerprint = "ssh-rsa 1024 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" End With Using mySession As Session = New Session ' Connect mySession.Open(mySessionOptions) End Using
Looks as if it is. What am I missing?SessionOptions.HostName is not set
Thanks in advance.