Gets or sets a custom function to modify the SCP command before sending it to the server.

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

Syntax

Visual Basic
Public Property ProcessCommand As Func(Of String, String)
	Get
	Set
C#
public Func<string, string> ProcessCommand { get; set; }

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also