# ftp-qt **Repository Path**: wanggaoyuan/ftp-qt ## Basic Information - **Project Name**: ftp-qt - **Description**: A simple Windows FTP client/server implemented by Qt5 in C++ - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2020-12-30 - **Last Updated**: 2021-10-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ftp-qt A simple Windows FTP client/server implemented by Qt5 in C++ ## dependencies Qt5Core.dll Qt5Gui.dll Qt5Widgets.dll libstdc++-6.dll libwinpthread-1.dll ## references https://www.ibm.com/developerworks/cn/linux/l-cn-socketftp/ https://en.wikipedia.org/wiki/List_of_FTP_commands https://en.wikipedia.org/wiki/List_of_FTP_server_return_codes http://blog.csdn.net/cjc211322/article/details/43416179 http://blog.csdn.net/xiaoquantouer/article/details/58001960