The general SFTP protocol error.

Namespace: Jscape.Sftp
Assembly: Jscape.Ssh (in Jscape.Ssh.dll) Version: 2.7.2.0

Syntax

C#
public class SftpException : ApplicationException
Visual Basic
Public Class SftpException _
	Inherits ApplicationException
Visual C++
public ref class SftpException : public ApplicationException

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    System..::..ApplicationException
      Jscape.Sftp..::..SftpException
        Jscape.Sftp..::..SftpAuthenticationException
        Jscape.Sftp..::..SftpFileNotFoundException
        Jscape.Sftp..::..SftpPermissionsDeniedException

See Also