Skip to content

Commit

Permalink
- Give more info
Browse files Browse the repository at this point in the history
  • Loading branch information
emiago committed Apr 20, 2021
1 parent cd4abca commit 11901fc
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,34 @@ Shelve is application that allows cross platform p2p file/storage sharing using

Checkout more on [shelve page](https://emiraganov.github.io/shelve/)

This version of app are totally free to use (non-commercial).
This version of app are totally free to use (non-commercial).



# Usage

Shelve clients:
- **CLI client**
- **Web client** - as GUI file explorer

## Publish folder/file on network

```sh
shelve publish /path/of/your/dir /another/path ...
```

Now you give users ability to retrieve or store files on dedicated paths.


## Copy files local or remote

```sh
# Remote to local
shelve cp <peerid>:/path/to/file /destination
# Local to remote
shelve cp /path/to/local/file <peerid>:/path/to/file
```

or use **Web client**

To find out more commands and features checkout [docs](https://emiraganov.github.io/shelve/docs)

0 comments on commit 11901fc

Please sign in to comment.