Dart.Ssh Namespace : Sftp Class |
'Declaration Public Class Sftp Inherits SshConnection
'Usage Dim instance As Sftp
public class Sftp : SshConnection
public __gc class Sftp : public SshConnection
public ref class Sftp : public SshConnection
Error handling: the methods of this class throw IOExceptions. However, unless there is catastrophic failure, exceptions of the type SftpException will be thrown (a subclass of IOException). Therefore, you can implement more verbose behavior by checking if a thrown exception if of the type SftpException. If yes, then you access detailed information about the failure.
Important notes about file names, directory names and paths:
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Dart.Ssh.ComponentBase
Dart.Ssh.SshConnection
Dart.Ssh.Sftp