PosixRenameRequest class PosixRenameRequest : SftpRequest Documentation public const string NAME = "posix-rename@openssh.com" public string NewPath { get; } public string OldPath { get; } public PosixRenameRequest(uint requestId, string oldPath, string newPath, Action<SftpStatusResponse> statusAction)