Needed copying a pdf file from iPhone to PC. That was absolutely impossible! Tried USB, WiFi and Bluetooth. None of the built in apps or sharing services allowed copying the file over.
How to copy a file between devices? (2022)
191–200 of 354 posts
Re: How to copy a file between devices? (2022)
#192Been using Blip between my devices: https://blip.net Checks all the boxes in the article except the first one, but I don't mind signing in
Re: How to copy a file between devices? (2022)
#193I made my own site for this. https://filepush.kevincox.ca/ It uses WebPush notifications to set up a WebRTC data channel. So full E2EE with no website-run server in the middle (unless you need TURN). The actual domain is just a static site. It is similar to a lot of the other WebRTC based solutions but it works better for me because the push notification means that I only have to navigate to the site on one device. T…
Do you have the source available for this? This is something I'd quite like to selfhost as well :)
I should probably add a link to the source on the site.
Re: How to copy a file between devices? (2022)
#194Re: How to copy a file between devices? (2022)
#195I regularly have to send files to customers, from a few megabytes to a few gigs. It's incredibly hard. Mail? Goes to spam. WeTransfer? Mail clients break URL. Download from my website? Some stupid browser will display the zip data onscreen. Send the link through messenger? Messenger breaks the link. SaaS gallery? Some file managers can't open the zip file. I've been doing that for two years now. Still don't have a 10…
Google Drive? Starts at $2/mo for 100GB.
Re: How to copy a file between devices? (2022)
#196Earlier quoted context omitted.
I ended up writing encrypted netcat.
What's the point? Just add encrypting filters at both ends of the pipe.
Re: How to copy a file between devices? (2022)
#197Any hackers left here? Why no one mentions netcat? # send cat file | nc -l -p 8888 # receive nc IP-OF-SENDER 8888 > file this works as long as both computers are connected to the same network, for example the internet
The median user controls 0 public IPv4 addresses.
Re: How to copy a file between devices? (2022)
#198Needed copying a pdf file from iPhone to PC. That was absolutely impossible! Tried USB, WiFi and Bluetooth. None of the built in apps or sharing services allowed copying the file over.
From a $3 trillion company this is absolutely intended.
Re: How to copy a file between devices? (2022)
#199Earlier quoted context omitted.
From a $3 trillion company this is absolutely intended.
I bet at some point there was entire team of people in Apple each paid >>200k USD with the goal "Make impossible a transfer of a single file out of an Apple device to a non Apple device, and for every incoming file from non Apple device pretend you don't know where it was saved and what it is even. Make it look like an incident."
Re: How to copy a file between devices? (2022)
#200I must be missing something, but right-click -> share already works just fine? Share with kde connect, select your windows, linux, iOS, android whatever device, done. The only restriction is that both devices are connected to the same WiFi. Why are you looking for cloud solutions for a local transfer?