Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tetraquark/simpleftu
Simple file transfer utility (Simple FTP)
https://github.com/tetraquark/simpleftu
file-transfer
Last synced: about 1 month ago
JSON representation
Simple file transfer utility (Simple FTP)
- Host: GitHub
- URL: https://github.com/tetraquark/simpleftu
- Owner: Tetraquark
- Created: 2016-10-05T18:21:46.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-26T09:45:42.000Z (almost 8 years ago)
- Last Synced: 2024-10-12T17:29:35.530Z (2 months ago)
- Topics: file-transfer
- Language: C
- Size: 187 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple File Transfer Utility
## Project status
At now work only on Linux systems.
Build as **DEBUG** mode (look *BuildConfig.h*).
## Dependency list
* pthread
* libconfig (apt-get install libconfig8-dev or yum install libconfig-devel.x86_64)## How to run program
// There is help message. Run as: **./a.out -h**
3 program modes:
* Server (arg: -s) - start server mode which listen default port (**10888**) and save input files into **./sftu_storage** dir (which must be created).
* Client (arg: -c) - start client mode.
* Daemon (arg: -d) - start daemon mode.