Provides methods for communication with SFTP servers.

Namespace:  Rebex.Net
Assembly:  Rebex.Sftp (in Rebex.Sftp.dll)

Syntax

Visual Basic
Public Class Sftp _
	Inherits NetworkSession _
	Implements IFtp, IDisposable
C#
public class Sftp : NetworkSession, IFtp, IDisposable

Remarks

All members of this class are thread-safe.

Inheritance Hierarchy

System..::..Object
  Rebex.Net..::..NetworkSession
    Rebex.Net..::..Sftp

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also