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