Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nathsou/lo14
Bash LO14 Project at the UTT (Archive Manager Server)
https://github.com/nathsou/lo14
Last synced: about 2 months ago
JSON representation
Bash LO14 Project at the UTT (Archive Manager Server)
- Host: GitHub
- URL: https://github.com/nathsou/lo14
- Owner: nathsou
- Created: 2018-05-17T08:48:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-22T19:51:02.000Z (over 6 years ago)
- Last Synced: 2024-10-11T20:42:54.932Z (3 months ago)
- Language: Shell
- Size: 604 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LO14 Project
Text archive server and client in bash for the LO14 (System administration) module at the UTT.
## What it does
This project stores a list of text files along with their content in a single archive file,
such files are stored on a dedicated server which clients can connect to in order to extract an archive
locally or simply to browse the archives and manage them remotely.## How to use
On the server, run
```bash
./server.sh
```Then, on the client side, use the vsh.sh script,
you can try it locally by using "localhost" as the server_address parameter![client usage](res/usage.png)