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; } |