An open API service indexing awesome lists of open source software.

https://github.com/cholnhial/quad

A quick file upload/download utility for Linux/Unix. Implemented using TCP/IP. I made this in my late high school years
https://github.com/cholnhial/quad

cli io linux sockets tcp

Last synced: 3 months ago
JSON representation

A quick file upload/download utility for Linux/Unix. Implemented using TCP/IP. I made this in my late high school years

Awesome Lists containing this project

README

          

quad is a simple quick file utility used to transfer files
over two computers via the internet.

## Requirements
32-bit intel Linux computer

## 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 -i ./foo.txt`