SftpSettings.EnableDirectoryAsFileWorkaround Property
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9083)
EnableDirectoryAsFileWorkaround
Gets or sets a value that enables workaround for buggy servers (such as AWS FTP Transfer with S3 storage) that report some directories as files in response to SSH_FXP_STAT requests.
Declaration
public bool? EnableDirectoryAsFileWorkaround { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Boolean> | True to enable the workaround; false or null to disable it. |