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