[flagged]
that could be complicated for people. some have never used a terminal before. people will literally write "command src dst" https://www.theverge.com/22684730/students-file-folder-direc...
How to copy a file between devices? (2022)
31–40 of 354 posts
Re: How to copy a file between devices? (2022)
#32I have an admin panel on my website for dumping files into S3 that I can then download later.
There are a million solutions out there, but simply hosting a file upload/download service that syncs to your own S3 bucket is for me my favorite solution. It's user friendly to me only, it's unusable for everyone else.
Re: How to copy a file between devices? (2022)
#33Re: How to copy a file between devices? (2022)
#34Re: How to copy a file between devices? (2022)
#35In the year 2024 you should be able to seamlessly transfer files across devices wirelessly regardless of operating system or manufacturer.
AirDrop is pretty close to ideal, but it's limited to Apple's platform. I don't really care about any of the underlying details, I just want to have a simple way of sending files between devices without having to enable complex configurations (cough SMB, WebDAV, etc.) or tinker with anything. This could be achieved, it's not a pipe dream.
Why isn't anyone lobbying for such an essential feature that could make everyone's life slightly better?
There are no technical barriers to implementing this. There's just no political will.
Edit: I think the ideal solution would be to have some sort of spec that device and operating system vendors could implement, so that workaround stop being required at some point. Then for older devices you could build an application that implements the same functionality.
Re: How to copy a file between devices? (2022)
#36F-droid has an android app and the cli runs on Linux, Mac, and Windows. Super pain free. It's not a synchronization solution, but sends stuff pretty easily.
Re: How to copy a file between devices? (2022)
#37Re: How to copy a file between devices? (2022)
#38Re: How to copy a file between devices? (2022)
#39Isn’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…