Opens file for downloading (in GetFile(String, String)/Download(String, String, TraversalMode) methods) in read-write mode
instead of read-only mode.
Namespace:
Rebex.Net
Assembly:
Rebex.Sftp (in Rebex.Sftp.dll)
Syntax
Visual Basic |
---|
Public Property UseReadWriteModeForDownloads As Boolean Get Set |
C# |
---|
public bool UseReadWriteModeForDownloads { get; set; } |