ResumableTransfer - Resumable Transfer GUI Utility (with .NET 4.5 'await')
Windows Forms resumable SFTP uploader and downloader.
A WinForms SFTP uploader and downloader (both in C# and VB.NET) that supports resuming aborted transfers. Following features are demonstrated:
- asynchronous operation using a dedicated background thread
- operation aborting
- resuming aborted uploads and downloadings
- using TransferProgress event to display transfer progress bar
- using .NET 4.5 await operator
Included in
See also: