C # File Download Tool

Source: Internet
Author: User

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.