ScpSettings.ProcessCommand Property
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9147)
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; }