/library-SSH

Copying local directory to a remote host (EC2 isntance) using SCP api of libssh

Primary LanguageC

library-SSH

This project uses SCP api of libssh to copy directories from the local host to an EC2 instance.

Building library-SSH from source:

git clone git@github.com:MariamFahmy98/library-SSH.git
cd library-SSH
mkdir build
cd build
cmake ..
make
./SecureCopy