TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: A file transfer tool for your local network (encrypted)

9 pointsby egcodesabout 8 years ago

4 comments

apiabout 8 years ago
Hilarious... I just put something up a little bit like this. It&#x27;s something I started a while back and finished up this morning:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;zerotier&#x2F;toss" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;zerotier&#x2F;toss</a><p>It must be the National Day of Command Line File Transfer Utilities.
评论 #14293508 未加载
fiatjafabout 8 years ago
We&#x27;re pretty much in need of tools like this. The alternative is to send the file to file sharing services in other countries then fetch them again from the other computer in the same LAN.<p>But unfortunately this is still too cumbersome for my personal use cases, which involve Windows machines I don&#x27;t personally use unless sporadically.
评论 #14268678 未加载
Vendanabout 8 years ago
One critique, this &quot;encryption&quot; is just &quot;seed pseudorandom RNG with a shared int, and then xor each byte with the next value from the RNG&quot;. Not exactly a high quality encryption method.
评论 #14293547 未加载
stephenrabout 8 years ago
What does this do that scp&#x2F;sftp doesn&#x27;t?
评论 #14293538 未加载