Hi,
I'm using SecureFtpConnection to establish an sftp connection.
I need to supply only the userid and private key file in order to log on, but am getting:
"System.InvalidOperationException: Password property is not set"
If I explicitly set the password to String.Empty then I can log on successfully, but it strikes me that I shouldn't have to do that - merely not supplying a password should be enough shouldn't it?
thanks