WebClient. downloadfileasync can implement asynchronous file download with a download progress.
SometimesProgramYou need to download multiple files in batches.
Flashget (old version) supports command line download to facilitate external program calls.
But it is not easy to control, so I made a C # version to support command line download tools.
Main functions:
- Supports adding tasks through command lines!
-? Command line parameter description
File Download parameters [url resource path] [local storage path]
Note: If the path contains spaces, you should add ["];
- When the program is closed, the unfinished tasks are automatically saved and the task continues to be executed the next time it starts.
- Download logs are available.
- When there is no idle time, the error download task will be retried.
CodeDownload: http://files.cnblogs.com/zjfree/FileDownload.rar
Running Environment: win2003 + vs2005