Pure Java TFTP server.
Free, portable, cross-platform.
Fully multi-threaded. Implements RFC 1350.
Run as root/admin in cmd-mode with cmd argument = path to folder, for example:
java -jar pj-tftp-server.jar /tmp
.Need JRE-1.8.
Source - https://github.com/harp077/pj-tftp-server
If you like this - put a star on https://github.com/harp077/pj-tftp-server/ for support project please.
Pure Java NTP server.
Run as root/admin in cmd-mode without cmd argument, for example:
java -jar pj-ntp-server.jar (server start on standart UDP/123-port)
or run as root/admin in cmd-mode with UDP-port cmd argument, for example:
java -jar pj-ntp-server.jar 1111
where 1111=udp-port of server listen.
Need JRE-1.8. Source = https://github.com/harp077/pj-ntp-server
If you like this - put a star on https://github.com/harp077/pj-ntp-server/ for support project please.
Share files from a windows PC to any other network device
Gives you the ability to share & manage files from your windows pc on another device(MAC,LINUX,ANDROID etc) in the same network without needing another application on the receiving(client) end, (the client uses the devices browser to download, or view/modify files).
It contains an inbuilt http server hence no need for an application on the receivers end.
The host turns on the application and the client opens the browser and types the ip address including the port ( the application...