Gets or sets a value that indicates whether to use POSIX rename instead of standard SFTP rename (when available).
Namespace:
Rebex.Net
Assembly:
Rebex.FileTransfer (in Rebex.FileTransfer.dll)
Syntax
Visual Basic |
---|
Public Property UsePosixRename As Boolean Get Set |
C# |
---|
public bool UsePosixRename { get; set; } |