Gets or sets a custom command to start SFTP subsystem.
Namespace:
Rebex.Net
Assembly:
Rebex.Sftp (in Rebex.Sftp.dll)
Syntax
| Visual Basic |
|---|
Public Property CustomCommand As String Get Set |
| C# |
|---|
public string CustomCommand { get; set; } |
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.