Skip to content

nguyentrungduc08/FServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

127 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FServer

I am trying to make a server file transfer system in C++.

Implementations

  • Login/logout
  • send/receive file
  • TLS 1.2
  • Session authen connection
  • add fild checksum file size in cmd.
  • asynchronous I/O

Getting Started

Prerequisites

Installing and Run

make
./...

Running the tests

Technical

Directory Tree Structure

├── CA
├── DOC
├── nbproject
│   └── private
└── src
    ├── CraftCode
    ├── header
    ├── resources
    │   ├── core
    │   └── modules
    └── srcComponent
        └── thread-pool

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published