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
- Host: GitHub
- URL: https://github.com/cholnhial/quad
- Owner: cholnhial
- Created: 2022-07-02T08:57:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-02T09:09:15.000Z (over 3 years ago)
- Last Synced: 2025-06-02T01:17:29.164Z (8 months ago)
- Topics: cli, io, linux, sockets, tcp
- Language: C++
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`