opensource-sri-lanka / Terminect

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cross-Origin file transfer

This is a file transfer system that can be used from two machines connected to the same local network. This can be useful for machines using CLI. It offers high speeds taking 0.009 seconds to send 0.3 MB of data accross systems.

How to use it?

** Put the file thayou need to send in the sender folder. And name the file send.pdf **

Just run node sender.js on the sending computer. Then run node receiver.js [IP_ADDRESS] on the receiving computer where [IP_ADDRESS] is the IP address of the sending computer. Don’t forget to make sure that port 8000 is not in use.

  • The received file will be in the receiver folder. (check reciever.txt for more info)

NOTICE: Terminect is currently in beta, but completely functional. U may test it on the same local machine(open two cmd's)

About


Languages

Language:JavaScript 100.0%