# Curl_Test **Repository Path**: chenjk10/curl_test ## Basic Information - **Project Name**: Curl_Test - **Description**: Curl的一个测试项目工程 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-04-10 - **Last Updated**: 2022-03-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Curl_Test 使用VS编译curl库,并封装了FTP和http函数 已经编译的工程 * curl-7.53.1\projects\Windows\VC10 * curl-7.53.1\projects\Windows\VC14 配置好的项目配置为 * DLL Debug * DLL Debug - DLL OpenSSL * DLL Release * DLL Release - DLL OpenSSL 已经生成的工程lib和dll * curl-7.53.1\build\Win32\VC10 * curl-7.53.1\build\Win32\VC14 测试工程: curl-7.53.1\projects\Windows\VC14 工程内包含简单封装的FTP类CurlFtpManager和http类CurlHttpManager