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; }

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also