SftpLinkRequest sealed class SftpLinkRequest : SftpRequest Documentation Code public string ExistingPath { get; } public bool IsSymLink { get; } public string NewLinkPath { get; } public SftpLinkRequest(uint protocolVersion, uint requestId, string newLinkPath, string existingPath, bool isSymLink, Action<SftpStatusResponse> statusAction) Initializes a new instance of the SftpLinkRequest class.