Gets or sets a value that disables workaround for a SSH_FXP_STAT command, which is known not to work correctly on some servers.
Namespace:
Rebex.Net
Assembly:
Rebex.Sftp (in Rebex.Sftp.dll)
Syntax
Visual Basic |
---|
Public Property DisableFxpStatWorkaround As Boolean Get Set |
C# |
---|
public bool DisableFxpStatWorkaround { get; set; } |