FServer
I am trying to make a server file transfer system in C++.
- Login/logout
- send/receive file
- TLS 1.2
- Session authen connection
- add fild checksum file size in cmd.
- asynchronous I/O
make
./...
├── CA
├── DOC
├── nbproject
│ └── private
└── src
├── CraftCode
├── header
├── resources
│ ├── core
│ └── modules
└── srcComponent
└── thread-pool
This project is licensed under the MIT License - see the LICENSE.md file for details