# FTPClient **Repository Path**: that_one/FTPClient ## Basic Information - **Project Name**: FTPClient - **Description**: 主动FTP客户端的实现 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-12-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ##
基于QT的主动FTP客户端
###
**实现原理(从左到右)**
![image](https://github.com/chenweizhe/FTPClient/raw/master/screenshot/图片1.png) -- ###
**运行截图**
#### 运行环境:Ubuntu #### 连接到我电脑上搭建的服务器(用vsftpd搭建) 控制连接(21端口) ![image](https://github.com/chenweizhe/FTPClient/raw/master/screenshot/lianjie.png) #### 登录到服务器 USER PASS命令 ![image](https://github.com/chenweizhe/FTPClient/raw/master/screenshot/denglu.png) #### LIST请求目标文件夹的文件 ![image](https://github.com/chenweizhe/FTPClient/raw/master/screenshot/list.png) #### 下载文件 ![image](https://github.com/chenweizhe/FTPClient/raw/master/screenshot/retr.png) #### 退出登录 ![image](https://github.com/chenweizhe/FTPClient/raw/master/screenshot/qiut.png)