Downloader

Fast, cross-platform and reliable multipart downloader with asynchronous progress events for .NET applications.

MIT License

Stars
1.3K
Committers
16

Bot releases are hidden (Show)

Downloader - version 2.0.4

Published by bezzad almost 4 years ago

Clean all codes and tests
Fixed download without content-length
Fixed changing download config per any downloads

Downloader - version 2.0.3

Published by bezzad almost 4 years ago

Clean all classes
Fixed speed limitation of issue #8

Downloader - version 2.0.1

Published by bezzad almost 4 years ago

Fixed maximum download speed issue #8

Downloader - version 2.0.0

Published by bezzad almost 4 years ago

  • Removed AllowHeadRequest option, all requests are GET method
  • Fixed get URL filename methods
Downloader - version 1.9.9

Published by bezzad almost 4 years ago

Fixed get Url filename issue on query params in Ubuntu OS

Downloader - version 1.9.8

Published by bezzad almost 4 years ago

  • Added download by Url filename into a folder
  • Refactor all codes of project
Downloader - version 1.9.7

Published by bezzad almost 4 years ago

Added ClearPackageAfterDownloadCompleted option

Downloader - version 1.9.6

Published by bezzad almost 4 years ago

Fixed reset download after download completed and file removed

Downloader - version 1.9.4

Published by bezzad almost 4 years ago

Fixed catch GetFileSize method web exceptions which are not of MethodNotAllowed status.

Downloader - version 1.9.3

Published by bezzad almost 4 years ago

Added check disk free size before starting a download.
Changed Chunk id generator algorithm with simple GUID tokens.

Downloader - version 1.9.2

Published by bezzad about 4 years ago

Fixed the AllowedHeadRequest option which if you set that to a false value, all requests from the beginning will be the type of GET.

Downloader - version 1.9.1

Published by bezzad about 4 years ago

Added an option which named AllowedHeadRequest to the lib that if you set that to a false value, all requests from the beginning will be the type of GET.

Downloader - version 1.9.0

Published by bezzad about 4 years ago

Improved GetFileSize method for some servers which not supported to HEAD request.

Downloader - version 1.7.0

Published by bezzad over 4 years ago

Added TempDirectory feature to set chunk files storage path when the OnTheFlyDownload option is false

Downloader - version 1.6.0

Published by bezzad over 4 years ago

Fixed some issues

Downloader - version 1.5.0

Published by bezzad over 4 years ago

Fix some issues and bugs

Downloader - version 1.4.0

Published by bezzad over 4 years ago

Add testable feature to DownloadService

Downloader - version 1.2.0

Published by bezzad over 4 years ago

  • Fixed KeepAlive and support old systems
  • Added RequestConfiguration to customize requests by the user
  • Fixed memory lake problem in OnTheFlyDownload=false mode
Downloader - version 1.0.9

Published by bezzad over 4 years ago

Improved web request options

Downloader - version 1.0.7

Published by bezzad over 4 years ago

Deprecated DownloadFileTaskAsync and replace it by DownloadFileAsync method