MariamFahmy98 / library-SSH

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:C 94.6%Language:CMake 5.4%