/ftp

Implementing the function of ftp using C++

Primary LanguageC

ftp

Implementing the function of ftp using C

运行环境: Ubuntu16.04

IDE:Clion

文件说明:

udp/: 使用udp进行简单小型数据的传输,包括服务端和客户端

client/: tcp客户端实现

server/: tcp服务端实现