# Porter **Repository Path**: Mtr1994/Porter ## Basic Information - **Project Name**: Porter - **Description**: 自实现 FTP 协议的文件传输程序 - **Primary Language**: C++ - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-01-31 - **Last Updated**: 2023-06-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: FTP, Qt ## README ![Platform](https://img.shields.io/badge/paltform-win10_x64-brightgreen) ![Qt Version](https://img.shields.io/badge/_Qt_-6.x.x、5.x.x-yellowgreen) ![Build](https://img.shields.io/badge/build-MSVC_2019_x64-blue) # FtpManager #### 介绍 FTP 协议实现,服务端采用 `vsftp` ### 参考网站 * 命令说明:`https://www.cnblogs.com/hongyuyingxiao/p/10486036.html` * 断点续传:`https://www.cnblogs.com/duanxz/p/5127105.html`