Toqe / Downloader

A library for resuming and multi-part/multi-threaded downloads in .NET written in C#
MIT License
136 stars 50 forks source link

Wrong Exception for non existing URL #4

Closed Dolus1984 closed 7 years ago

Dolus1984 commented 7 years ago

If file does not exist or is not available on remote server Downloader throw throw new InvalidOperationException("Resuming not supported"); but it should inform that file is unavailable.