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