Skip to content

red4711/Not-So-SecureCP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Not-So-SecureCP

An implementation of the program Secure Copy Protocol (SCP) which is widely used by many UNIX user to transfer files between system over a network. This program uses an implementation of a server and client where the client can request files from the server. The program fully transfers all of the data of the file to the client's system except special marker that is placed by the operating system.

Usage:
Make the binary files using the provided makefile
Start the server along with a port number as argument | example: server 1234
Run the client passing the host IP, port number, and requested file/directory | example: client 127.0.0.1 1234 ~/file

![DEMO] (./doc/demo.gif)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published