Earlier quoted context omitted.
>I can't believe that there isn't a simple service to transfer data between my cellphone and my computer without going through the internet. KDE Connect, https://community.kde.org/KDEConnect#What_is_KDE_Connect.3F i've been using it for years
I've been using this, but I just switched to the Sway for my WM and I'm unsure of how to use KDEConnect with Sway. Any ideas?
Firefox Send: Free encrypted file transfer service
311–320 of 542 posts
Re: Firefox Send: Free encrypted file transfer service
#312Does Firefox Send work on browsers besides Firefox for sending and receiving files? It's blocked at my office, so I can't test it.
Yes. Tested on Chrome, Safari, and Edge.
It works on chrome, and does not work on IE 11 (win 7 doesn't support edge)
Re: Firefox Send: Free encrypted file transfer service
#313Re: Firefox Send: Free encrypted file transfer service
#314Re: Firefox Send: Free encrypted file transfer service
#315Earlier quoted context omitted.
As mass storage, or MTP? The distinction is why I qualified with "mount a filesystem directly". MTP doesn't do that.
You said "Android phones don't do that anymore", "that" referring to "have it show up as a removable storage device". Pointing out that the protocol used is leaky or bad in some technical way doesn't change that Android phones do in fact show up as removable storage devices when connected to (at least Windows) PC's. Your original assertion was incorrect. samcday even said they just wanted to copy some files around. Y…
Android devices don't support UMS anymore.
Re: Firefox Send: Free encrypted file transfer service
#316It doesn't exactly meet the needs of "sending files to a non-technical person", but Magic Wormhole [0] has been truly great for flipping files around between me and anyone who is capable of being trusted to run `pip install --user pipe && pipe install magic-wormhole`. This is by no means everyone, but it's been very useful quite often. [0] https://magic-wormhole.readthedocs.io/en/latest/ has
>pip install --user pipe && pipe install magic-wormhole What am I looking at here? On PyPI 'pipe' is listed as a "Module enablig a sh like infix syntax (using pipes)", and magic-wormhole's own docs just say to install with pip like anything else.
`pipx` is a convenience utility for installing cli python tools in separate virtual environments and then being able to update them nicely: https://github.com/pipxproject/pipx
So i meant
`pip install --user pipx && pipx install magic-wormhole`
Re: Firefox Send: Free encrypted file transfer service
#317Re: Firefox Send: Free encrypted file transfer service
#318I've used Firefox Send for several months while it was still a test pilot program. It's been very useful for quickly sending files to family. The fact that the link expires as soon as the other party downloads it means I don't have to worry about clean up.
Does the link expire after a successful transfer? Curious what happens if the transfer fails mid transfer and needs a retry.
Re: Firefox Send: Free encrypted file transfer service
#319I can't believe that there isn't a simple service to transfer data between my cellphone and my computer without going through the internet. iTunes is terribly bloated, MTP is a mess, and Bluetooth is slow and frustrating. Back in my hacker day I used to have an SSH server open on my cellphone and use it to transfer files back and forth with my computer. Why isn't there a mainstream service like that?
A number of Android File Managers these days (Amaze comes to mind) include a toggle option to turn your phone into an FTP Server. You would then just pull it up on your computer via ftp://192.168.X.X and put an optional user/pass over it. I've used that for many years if I need to quickly transfer some documents or songs between devices. Not technically inter net so much as intra net.
Re: Firefox Send: Free encrypted file transfer service
#320It doesn't exactly meet the needs of "sending files to a non-technical person", but Magic Wormhole [0] has been truly great for flipping files around between me and anyone who is capable of being trusted to run `pip install --user pipe && pipe install magic-wormhole`. This is by no means everyone, but it's been very useful quite often. [0] https://magic-wormhole.readthedocs.io/en/latest/ has
I have no clue why you would suggest a tool that requires using a linux command line after telling firefox send doesn’t meet the needs of non-techical person.