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.
Namespace:
Rebex.Net
Assembly:
Rebex.Sftp (in Rebex.Sftp.dll)
Syntax
Visual Basic |
---|
Public Property EnableFileSync As Boolean Get Set |
C# |
---|
public bool EnableFileSync { get; set; } |