SftpSettings.EnableFileSync Property
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9083)
EnableFileSync
Gets or sets a value indicating whether to synchronize file changes after successful file transfer by calling 'fsync' when a file has been uploaded, ensuring that all file data has been transferred to the storage device. Only supported when 'fsync@openssh.com' extension is available.
Declaration
public bool EnableFileSync { get; set; }
Property Value
Type | Description |
---|---|
Boolean |