Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 560 Bytes

File metadata and controls

23 lines (18 loc) · 560 Bytes

Nethost

Send your files in a secure way

Preview

This terminal software is written in Java 8, the classes are in bin/ folder and it depends on JeroMQ in lib/ folder. To compile them into a .jar file run this:

jar cfm nethost.jar MANIFEST.MF -C bin/ .

It will produce a portable nethost.jar file. To run it, make sure you have Java 8 installed, then run:

# To receive a file
java -jar nethost.jar receive

# To send a file
java -jar nethost.jar send

Disclaimer

  • This is my first Java project, so I am still learning.