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