←back to thread

816 points tosh | 1 comments | | HN request time: 0.266s | source
Show context
alanbernstein ◴[] No.41276544[source]
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.
replies(11): >>41276563 #>>41276566 #>>41276594 #>>41276596 #>>41276629 #>>41276837 #>>41277018 #>>41277135 #>>41277450 #>>41278524 #>>41281932 #
ducktective ◴[] No.41276629[source]
Connect both devices to the same WiFi network and use a http server like:

  python -m http.server
replies(2): >>41276829 #>>41277345 #
1. mixmastamyk ◴[] No.41277345[source]
I used this for years, then finally implemented uploads with flask. Can send photos from mobile quickly.