this post was submitted on 12 May 2024
1036 points (98.1% liked)

Open Source

29009 readers
204 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 4 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 17 points 1 month ago (4 children)

croc is a tool that allows any two computers to simply and securely transfer files and folders.

https://schollz.com/tinker/croc6/

  • allows any two computers to transfer data (using a relay)
  • provides end-to-end encryption (using PAKE)
  • enables easy cross-platform transfers (Windows, Linux, Mac)
  • allows multiple file transfers
  • allows resuming transfers that are interrupted
  • local server or port-forwarding not needed
  • ipv6-first with ipv4 fallback
  • can use proxy, like tor
[–] [email protected] 1 points 1 month ago (1 children)

I've been trying to do this with scp between two computers running ssh on ports that are not 22

[–] [email protected] 3 points 1 month ago

Croc just requires each computer to have internet access.

load more comments (2 replies)