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