Earlier quoted context omitted.
in the mid 90s i worked in a machine shop that had a side business where they had catalogs. They were trying to send .TIFF files over 14.4 or 28.8 modems. TIFF files over 10MB, so no floppy (easily.) No CD-R, Jazz/zip. These days in the same circumstance as you (and they) had, i'd fedex them a USB stick, or optical disc, depending. Because the first time someone said "the web page you linked is just displaying garbag…
As was pointed out in a cousin comment, it's not necessarily the browser or the webserver configuration. SSL proxies -- corporate middleware -- have a habit of breaking this way, by stripping the content-disposition field or similar.
How to copy a file between devices? (2022)
221–230 of 354 posts
Re: How to copy a file between devices? (2022)
#222Earlier quoted context omitted.
Here is a list of open source options. This isn't the first time I have shared this on here either. Perhaps this is another sign that web search is failing us. SnapDrop - Site: https://snapdrop.net/ - Source: https://github.com/RobinLinus/snapdrop ShareDrop - Site: https://www.sharedrop.io/ - Source: https://github.com/szimek/sharedrop FilePizza - Site: https://file.pizza/ - Source: https://github.com/kern/filepizza…
So the solution is to install another app and pray that it works on a PC.
If properly invested in and maintained instead of being a toy open source project, they’d work seamlessly everywhere the web does.
Re: How to copy a file between devices? (2022)
#223I 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…
I don't have a good asynchronous solution, but if you can do it while on the phone/Teams with them, then Web Wormhole ( https://webwormhole.io/ ) is absolutely fantastic. You both open a web page, you drag a file onto yours and it starts appearing in their download folder. It's WebRTC based so peer-to-peer, E2E encrypted, with servers only used for serving the client, and for NAT punching.
Re: How to copy a file between devices? (2022)
#224Earlier quoted context omitted.
Pairdrop was posted on HN a little while back and I setup an instance on my home network. Doesn't work everywhere obviously but it does seem to effectively solve this problem within my household. https://github.com/schlagmichdoch/PairDrop
Does it require self-hosting a service?
Re: How to copy a file between devices? (2022)
#225Isn’t https://wormhole.app/ the solution here? Note I haven’t used it, it’s just often brought up here as a good solution for this class of problem. Is it surprising that the author mentions a ton of solutions but not this one? I would think a deep dive of file sending applications would include this, it’s old enough and well known enough in circles that its exclusion in a comparison of file sending approaches does f…
No way. The "solution" can't require internet access.
Re: How to copy a file between devices? (2022)
#226Tailscale recently added local file transfers called Taildrop https://tailscale.com/kb/1106/taildrop This really solved this issue for me, right click a file and select the receiving peer and it just appears instantly on the other device.
Re: How to copy a file between devices? (2022)
#227Warpinator in Linux Mint works nice in this regard. Works in local networks, discovers it's peers and has mobile clients.
Re: How to copy a file between devices? (2022)
#228Re: How to copy a file between devices? (2022)
#229I 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…
Have you tried Dropbox links? The best solution I have found. But I agree it’s a mess.
Re: How to copy a file between devices? (2022)
#230Signal has a “Note To Self” feature which in a rush can be used to push files across devices. I’ve sent PDFs between my Linux desktop and iPhone, but never anything bigger than a few Mb.