5 ms·
Is there a P2P file transfer program that doesn't require any Internet connection, even for establishing the handshake ?
by vsskanth 2y ago
Is there a P2P file transfer program that doesn't require any Internet connection, even for establishing the handshake ?
- LordShredda 2y agoProbably SCP, but modern firewalls and routers automatically block that port and no one thought of making a half decent GUI
- GreenVulpine 2y agorsync
- BiteCode_dev 2y agoOne could create it using zeroconf but i'v yet to see one software do that.
- canistel 2y agoLocalsend? https://localsend.org/ https://localsend.org/
- indianets 2y agoP2P within LAN? For anything outside your LAN, 2 nodes must need a negotiator(over internet) to know each other unless the nodes already have public dedicated IPs in which case they can talk to each other securely without the need of a negotiator.