receiving following error when trying to connect to ftp, please advise.
Authentication was partially successful, but server requires additional authentication with: 'password,keyboard-interactive'.
It seems that you log in using username and SshPrivateKey.
SshPrivateKey
But the server also requires password.
Please, use the Sftp.Login(string userName, string password, SshPrivateKey privateKey) and specify password as well.
Sftp.Login(string userName, string password, SshPrivateKey privateKey)
password
Welcome to Q&A forum for C# and VB.NET developers working with following .NET components:
Applications:
If you need immediate assistance, please contact us directly.