Skip to content

A multiplexed linux server for file uploads and downloads

Notifications You must be signed in to change notification settings

0xcrust/filedrop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FILEDROP

A multiplexed Linux server for file uploads and downloads.

Usage

  • gcc -Wall filedrop.c -o filedrop -lssl -lcrypto && ./filedrop <bind_port> <storage_dir_path>

and then:

  • gcc client.c -o client -lssl -lcrypto && ./client <true|false> <download|upload>

About

A multiplexed linux server for file uploads and downloads

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published