Hi,
In your API, it seems that "Public key followed by password" means you need to have both public key and username/password to connect to the server?
That would make sense, but it seems that when using this authentication type, we are still able to connect to an SFTP server with only the username and password set. The server is configured to not require public keys for the user, so I presume it's allowing the connection to be made anyway?
Is this the correct? In other words, does a SecureFTPConnection not enforce both username/password AND public key if the server does not require it?
Graeme