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

https://github.com/paolostivanin/polshare

Share files in a simple, fast and secure way!
https://github.com/paolostivanin/polshare

Last synced: 2 months ago
JSON representation

Share files in a simple, fast and secure way!

Awesome Lists containing this project

README

        

PolShare
========
PolShare is a simple utility that allows you to share one or more file between multiple PC

PolShare is developed by

* Paolo Stivanin a.k.a. Polslinux

Version
-------
The **latest stable** release can be found inside the master branch.

If you want to use the *dev release* you have to do the following things:

- `git clone https://github.com/polslinux/polshare.git`

- `cd polshare`

- `git checkout experimental`

and then follow the instructions that are in *Compiling (only the last)*.

Requirements
------------

* GCC or Clang --> _(if you use Clang you **must use** a version **>= 3.1**)_
* make
* GNU/Linux -----> _(polshare **may** works under Mac OSX but it **won't works** under MS Windows)_
* nmap ----------> _(if you want to use the '--list-ip' option)_

Compiling
----------------------------------------------------------------
* Clone the repo

`git clone https://github.com/polslinux/polshare.git`

* move inside the directory you've just downloaded:

`cd $PWD/polshare`

* compile polshare with:

`make`

When the compile phase finished, you will find the `polshare` ELF into the project root directory.

How to use polshare
-----------------
`polshare -s | --send ` to send a file to the given ip

`polshare -r | --recv [y|n]` to receive files. **y** if you want to auto accept all the incoming files or **n** if you want to confirm every file before receive it.

Extra options
-------------
`polshare -i | --list-ip ` list all the ip connected to your lan

`polshare -v | --version` show the version info and the developer info

`polshare -h | --help` show up a simple help

License
-------
All the code is released under the license GNU AGPL v3 and above.


Web Site
--------
Developer web site: