SftpSymLinkRequest class SftpSymLinkRequest : SftpRequest Documentation public string ExistingPath { get; set; } public string NewLinkPath { get; set; } public SftpSymLinkRequest(uint requestId, string newLinkPath, string existingPath, Action<SftpStatusResponse> statusAction)