Provides methods for communication using SCP.

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

Syntax

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

Remarks

All members of this class are thread-safe.

Inheritance Hierarchy

System..::..Object
  Rebex.Net..::..NetworkSession
    Rebex.Net..::..Scp

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also