Skip to content

gendestry/gRPC-Secure-File-Transfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gRPC SSL File Transfer

A C++ implementation of a secure client-server file transfer.

Building

There is a make file which you can use to build the client and server.

Simply run make to compile.

After that you can have to create the certificates for ssl.

You can edit creds/gen.sh to configure the key gen or just run it to try it out.

Requirements:

  • gRPC library
  • openssl to build the cert

For instructions on how to build grpc visit this link.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published