<PackageReference Include="SSH.NET" Version="2026.0.0" />

Renci.SshNet.DownloadFileProgressReport

Provides the progress for a file download.
namespace Renci.SshNet { public struct DownloadFileProgressReport { public ulong TotalBytesDownloaded { get; } } }