Live data from Hacker News

Magic Wormhole: get things from one computer to another, safely

github.com

11–20 of 262 posts

Re: Magic Wormhole: get things from one computer to another, safely

#11
I realize this is a dumb question, but what's a good way to do this between an iPhone and a MacBook? Airdrop is disabled (by policy), iCloud storage is full (because I'm lazy), and I use syncthing on every other device, but I haven't found a client I can use on my work iPhone.

Re: Magic Wormhole: get things from one computer to another, safely

#12

There are a few others p2pcopy https://github.com/psantosl/p2pcopy pcp https://github.com/dennis-tra/pcp wormhole-william https://github.com/psanford/wormhole-william

And more

https://github.com/mat-sz/filedrop

https://github.com/saljam/webwormhole

https://github.com/schollz/croc

https://github.com/dutchcoders/transfer.sh

https://github.com/timvisee/send

https://github.com/schlagmichdoch/pairdrop

https://github.com/SnapDrop/snapdrop

Re: Magic Wormhole: get things from one computer to another, safely

#13

I realize this is a dumb question, but what's a good way to do this between an iPhone and a MacBook? Airdrop is disabled (by policy), iCloud storage is full (because I'm lazy), and I use syncthing on every other device, but I haven't found a client I can use on my work iPhone.

Mobius Sync. Works like a charm.

Re: Magic Wormhole: get things from one computer to another, safely

#14

I realize this is a dumb question, but what's a good way to do this between an iPhone and a MacBook? Airdrop is disabled (by policy), iCloud storage is full (because I'm lazy), and I use syncthing on every other device, but I haven't found a client I can use on my work iPhone.

Dropbox

Re: Magic Wormhole: get things from one computer to another, safely

#15
post #13

I realize this is a dumb question, but what's a good way to do this between an iPhone and a MacBook? Airdrop is disabled (by policy), iCloud storage is full (because I'm lazy), and I use syncthing on every other device, but I haven't found a client I can use on my work iPhone.

Mobius Sync. Works like a charm.

Möbius Sync doesn't sync in the background; you must have the app in the foreground for it to function. So, not quite a proper substitute for Syncthing, but may work for OPs usecase.

Re: Magic Wormhole: get things from one computer to another, safely

#16

I realize this is a dumb question, but what's a good way to do this between an iPhone and a MacBook? Airdrop is disabled (by policy), iCloud storage is full (because I'm lazy), and I use syncthing on every other device, but I haven't found a client I can use on my work iPhone.

If they're on the same network, cross platform, open source airdrop alternative https://github.com/localsend/localsend

Re: Magic Wormhole: get things from one computer to another, safely

#17

I realize this is a dumb question, but what's a good way to do this between an iPhone and a MacBook? Airdrop is disabled (by policy), iCloud storage is full (because I'm lazy), and I use syncthing on every other device, but I haven't found a client I can use on my work iPhone.

Use Signal. If you install the desktop client Signal has a special "Note to Self" address you can use to transfer message attachments between devices.

Re: Magic Wormhole: get things from one computer to another, safely

#18

There are a few others p2pcopy https://github.com/psantosl/p2pcopy pcp https://github.com/dennis-tra/pcp wormhole-william https://github.com/psanford/wormhole-william

wormhole-william is just a Go implementation of Magic Wormhole; those are the two you should use, Magic Wormhole and wormhole-william.

Re: Magic Wormhole: get things from one computer to another, safely

#19
post #7
post #2

wormhole is awesome, useful especially in ad-hoc scenarios. I use it often to copy files between systems when I can’t use scp (because of no relevant entries in authorized_keys.

Can I use it with my buddy on the other end and connect his machine to mine easily? Like let him slurp a file from my home machine?

Yes.

Re: Magic Wormhole: get things from one computer to another, safely

#20

I realize this is a dumb question, but what's a good way to do this between an iPhone and a MacBook? Airdrop is disabled (by policy), iCloud storage is full (because I'm lazy), and I use syncthing on every other device, but I haven't found a client I can use on my work iPhone.

Connect both devices to the same WiFi network and use a http server like:

  python -m http.server
Post reply on HN