Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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)