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

Renci.SshNet.UploadFileProgressReport

public struct UploadFileProgressReport
Provides the progress for a file upload.
namespace Renci.SshNet { public struct UploadFileProgressReport { public ulong TotalBytesUploaded { get; } } }