├── tcpClient ├── KFileTransferSender.cpp ├── KFileTransferSender.h ├── Singleton.h ├── config.h ├── kfiletransfercachemanage.cpp ├── kfiletransfercachemanage.h ├── main.cpp ├── mainwindow.cpp ├── mainwindow.h ├── mainwindow.ui └── tcpClient.pro └── tcpServer ├── KFileTransferRecevicer.cpp ├── KFileTransferRecevicer.cpp.bak ├── KFileTransferRecevicer.h ├── KFileTransferRecevicer.h.bak ├── Singleton.h ├── config.h ├── kfiletransfercachemanage.cpp ├── kfiletransfercachemanage.h ├── ksqlobject.cpp ├── ksqlobject.h ├── main.cpp ├── mainwindow.cpp ├── mainwindow.h ├── mainwindow.ui └── tcpServer.pro /tcpClient/KFileTransferSender.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxzjh/fileTransferWithCommand/HEAD/tcpClient/KFileTransferSender.cpp -------------------------------------------------------------------------------- /tcpClient/KFileTransferSender.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxzjh/fileTransferWithCommand/HEAD/tcpClient/KFileTransferSender.h -------------------------------------------------------------------------------- /tcpClient/Singleton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxzjh/fileTransferWithCommand/HEAD/tcpClient/Singleton.h -------------------------------------------------------------------------------- /tcpClient/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxzjh/fileTransferWithCommand/HEAD/tcpClient/config.h -------------------------------------------------------------------------------- /tcpClient/kfiletransfercachemanage.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxzjh/fileTransferWithCommand/HEAD/tcpClient/kfiletransfercachemanage.cpp -------------------------------------------------------------------------------- /tcpClient/kfiletransfercachemanage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxzjh/fileTransferWithCommand/HEAD/tcpClient/kfiletransfercachemanage.h -------------------------------------------------------------------------------- /tcpClient/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxzjh/fileTransferWithCommand/HEAD/tcpClient/main.cpp -------------------------------------------------------------------------------- /tcpClient/mainwindow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxzjh/fileTransferWithCommand/HEAD/tcpClient/mainwindow.cpp -------------------------------------------------------------------------------- /tcpClient/mainwindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxzjh/fileTransferWithCommand/HEAD/tcpClient/mainwindow.h -------------------------------------------------------------------------------- /tcpClient/mainwindow.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxzjh/fileTransferWithCommand/HEAD/tcpClient/mainwindow.ui -------------------------------------------------------------------------------- /tcpClient/tcpClient.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxzjh/fileTransferWithCommand/HEAD/tcpClient/tcpClient.pro -------------------------------------------------------------------------------- /tcpServer/KFileTransferRecevicer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxzjh/fileTransferWithCommand/HEAD/tcpServer/KFileTransferRecevicer.cpp -------------------------------------------------------------------------------- /tcpServer/KFileTransferRecevicer.cpp.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxzjh/fileTransferWithCommand/HEAD/tcpServer/KFileTransferRecevicer.cpp.bak -------------------------------------------------------------------------------- /tcpServer/KFileTransferRecevicer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxzjh/fileTransferWithCommand/HEAD/tcpServer/KFileTransferRecevicer.h -------------------------------------------------------------------------------- /tcpServer/KFileTransferRecevicer.h.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxzjh/fileTransferWithCommand/HEAD/tcpServer/KFileTransferRecevicer.h.bak -------------------------------------------------------------------------------- /tcpServer/Singleton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxzjh/fileTransferWithCommand/HEAD/tcpServer/Singleton.h -------------------------------------------------------------------------------- /tcpServer/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxzjh/fileTransferWithCommand/HEAD/tcpServer/config.h -------------------------------------------------------------------------------- /tcpServer/kfiletransfercachemanage.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxzjh/fileTransferWithCommand/HEAD/tcpServer/kfiletransfercachemanage.cpp -------------------------------------------------------------------------------- /tcpServer/kfiletransfercachemanage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxzjh/fileTransferWithCommand/HEAD/tcpServer/kfiletransfercachemanage.h -------------------------------------------------------------------------------- /tcpServer/ksqlobject.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxzjh/fileTransferWithCommand/HEAD/tcpServer/ksqlobject.cpp -------------------------------------------------------------------------------- /tcpServer/ksqlobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxzjh/fileTransferWithCommand/HEAD/tcpServer/ksqlobject.h -------------------------------------------------------------------------------- /tcpServer/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxzjh/fileTransferWithCommand/HEAD/tcpServer/main.cpp -------------------------------------------------------------------------------- /tcpServer/mainwindow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxzjh/fileTransferWithCommand/HEAD/tcpServer/mainwindow.cpp -------------------------------------------------------------------------------- /tcpServer/mainwindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxzjh/fileTransferWithCommand/HEAD/tcpServer/mainwindow.h -------------------------------------------------------------------------------- /tcpServer/mainwindow.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxzjh/fileTransferWithCommand/HEAD/tcpServer/mainwindow.ui -------------------------------------------------------------------------------- /tcpServer/tcpServer.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxzjh/fileTransferWithCommand/HEAD/tcpServer/tcpServer.pro --------------------------------------------------------------------------------