SftpRenameRequest class SftpRenameRequest : SftpRequest Documentation public string NewPath { get; } public string OldPath { get; } public SftpRenameRequest(uint requestId, string oldPath, string newPath, Action<SftpStatusResponse> statusAction)