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