ISoapFileTransferService interface ISoapFileTransferService : IDisposable Documentation Code Task<TransferPathResult> DownloadAsync(TransferPath path, CancellationToken token) Task<string> GetDiskSpaceReportAsync(int workspaceId, CancellationToken token) void Login() Task RemoveTempFile(int workspaceId, string fileGuid, CancellationToken token) Task<TransferPathResult> UploadAsync(TransferPath path, Action<TransferPath, long, long, int, int> progress, CancellationToken token)