Gets or sets a value that indicates whether to use POSIX rename instead of standard SFTP rename. Only works when 'posix-rename@openssh.com' extension is available.

Namespace:  Rebex.Net
Assembly:  Rebex.Sftp (in Rebex.Sftp.dll)

Syntax

Visual Basic
Public Property UsePosixRename As Boolean
	Get
	Set
C#
public bool UsePosixRename { get; set; }

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also