SftpSettings.CustomCommand Property
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9083)
CustomCommand
Gets or sets a custom command to start SFTP subsystem.
Declaration
public string CustomCommand { get; set; }
Property Value
Type | Description |
---|---|
String |
Remarks
By default, SFTP subsystem is started using SSH channels subsystem feature. This parameter makes it possible to use a custom remote execute command instead.