Dart.Ssh Namespace : Sftp Class |
For a list of all members of this type, see Sftp members.
Name | Description | |
---|---|---|
![]() | Abort | Requests cancellation of any on-going copy operations. |
![]() | Authenticate | Overloaded. Performs 'keyboard-interactive' authentication. (Inherited from Dart.Ssh.SshConnection) |
![]() | ChangeWorkingDirectory | Changes the working directory. |
![]() | Close | Overridden. Closes this SFTP session. |
![]() | Connect | Overloaded. Connects to the SSH-2 server specified by Connection.RemoteEndPoint. (Inherited from Dart.Ssh.SshConnection) |
![]() | CreateDirectory | Creates a new directory. |
![]() | CreateLink | Creates a symbolic link on the server. Creates a link "linkPath" that points to a target file or directory "targetPath". |
![]() | CreateLocalPortForwarder | Overloaded. Creates a new LocalPortForwarder. (Inherited from Dart.Ssh.SshConnection) |
![]() | CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) |
![]() | Dispose | Overloaded. Overridden. Releases all resources associated with the object. |
![]() | Get | Overloaded. Initiates a file copy from the remote server to the local client. |
![]() | GetAttributes | Gets the file attributes of a file. This method follows symbolic links on the server. |
![]() | GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) |
![]() | GetTarget | Gets the target of a symbolic link. |
![]() | InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) |
![]() | List | Lists the contents of a directory. |
![]() | ListEx | Lists the contents of a directory for COM environments. |
![]() | Marshal | Overloaded. Marshals a string and/or object to the UI thread and raises the UserState event. (Inherited from Dart.Ssh.ComponentBase) |
![]() | OnBanner | Raises the SshConnection.Banner event. (Inherited from Dart.Ssh.SshConnection) |
![]() | OnChallenge | Raises the SshConnection.Challenge event. (Inherited from Dart.Ssh.SshConnection) |
![]() | OnHostKey | Raises the SshConnection.HostKey event. (Inherited from Dart.Ssh.SshConnection) |
![]() | OnProgress | Raises the Progress event. |
![]() | Put | Overloaded. Initiates a file copy from the local client to the remote server. |
![]() | Remove | Removes a file. |
![]() | RemoveDirectory | Removes a directory and its subfolders and files. |
![]() | Rename | Renames or moves a file or directory. |
![]() | SetAttributes | Modifies the attributes of a file. Used for operations such as changing the ownership, permissions or access times, as well as for truncating a file. |
![]() | Start | Starts a worker thread on which the specified delegate function executes. |
![]() | ToString | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
![]() | Finalize | (Inherited from System.ComponentModel.Component) |
![]() | GetService | (Inherited from System.ComponentModel.Component) |
![]() | MemberwiseClone | Overloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject) |
![]() | OnError | Raises the Error event. (Inherited from Dart.Ssh.ComponentBase) |
![]() | OnLog | Raises the Log event. (Inherited from Dart.Ssh.SshConnection) |
![]() | OnStateChanged | Overridden. Overrides SshConnection.OnStateChanged. |
![]() | OnUserState | Raises the UserState event. (Inherited from Dart.Ssh.ComponentBase) |