# FileDownload **Repository Path**: lingluonianhua/file-download ## Basic Information - **Project Name**: FileDownload - **Description**: 采用curl http实现多线程下载 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-26 - **Last Updated**: 2023-10-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 1. 编译: ``` mkdir build cd build cmake .. make ``` # 2. 运行: 运行默认文件下载 ./download 运行指定文件下载 ./download [url] [threadNum]