ScpSettings.ProcessCommand Property
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9083)
ProcessCommand
Gets or sets a custom function to modify the SCP command before sending it to the server.
Declaration
public Func<string, string> ProcessCommand { get; set; }
Property Value
Type | Description |
---|---|
Func<String, String> |