SFTP Connection fails with "permission denied" but I can connect using the sftp cli #1025
Closed
Description
I am trying to connect to a client's SFTP server using a username and password that they provided. When connecting using SSH.NET I get the error Renci.SshNet.Common.SftpPermissionDeniedException: permission denied
thrown, but I can connect using the same username and password using the sftp cli binary and other sftp tools.
Any idea what to change on my end, or how to debug what is different between the two methods of access?
Thanks