Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/litarvan/sender
An easy local file sender, I created it just for learning socket with Java, but i did wanna share it :)
https://github.com/litarvan/sender
Last synced: 2 days ago
JSON representation
An easy local file sender, I created it just for learning socket with Java, but i did wanna share it :)
- Host: GitHub
- URL: https://github.com/litarvan/sender
- Owner: Litarvan
- License: apache-2.0
- Created: 2015-01-22T14:40:51.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-27T21:07:18.000Z (over 9 years ago)
- Last Synced: 2023-08-18T22:12:35.598Z (about 1 year ago)
- Language: Java
- Homepage: http://theshark34.github.io/Sender/
- Size: 430 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sender
An easy local file sender, I created it just for learning socket with Java, but i did wanna share it :)## How to use it graphically ?
Just launch it, then click on the '+' to see your ID. Each computer have an unique ID based of his local IP. To send file to another computer, the computer must have sender launched. Just take files and drop it into Sender, then type the destination computer ID, and it will sends file !## How to use it with command line ?
First add the bin/ directory to your PATH variable (go search on google if you don't know how to).- Type sender -h/--help to display the help
- Type sender -s/--send to send file
- Type sender -r/--server to start the server that receive files