Skip to content

Ch01/quad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

quad is a simple quick file utility that can be use to transfer files 
over two computers via the internet.

Requirements:
+ A computer running linux.
- has the latest GNU g++ compiler installed.


Building:
To build quad you need to browse to the src directory.
type the following commands in your terminal:
make
(become root)
make install



Usage:
Downloading a file:
quad -v -d -l 1337 -o ~/foo

Uploading a file:
quad -v -u -a 192.168.0.2 -p 1337 -i ./foo.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors