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!
- Host: GitHub
- URL: https://github.com/paolostivanin/polshare
- Owner: paolostivanin
- License: other
- Created: 2012-09-04T12:20:41.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2015-03-17T22:09:42.000Z (over 10 years ago)
- Last Synced: 2025-02-13T11:54:06.870Z (4 months ago)
- Language: C
- Homepage:
- Size: 302 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: COPYING
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 helpLicense
-------
All the code is released under the license GNU AGPL v3 and above.
Web Site
--------
Developer web site: