Live data from Hacker News

Firefox Send: Free encrypted file transfer service

blog.mozilla.org

311–320 of 542 posts

Re: Firefox Send: Free encrypted file transfer service

#311
post #125

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?

It's supposedly UI agnostic and just requires QT5. Probably you can build it from source, and it will open as a normal app, in its own tile.

Re: Firefox Send: Free encrypted file transfer service

#312
post #193
post #186

Does 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.

Oddly, it doesn't work for me (FF 65.0.2, windows 7) -- I just get an inert white rectangle in the middle of the screen. I tried turning off ublock origin and DNT settings, but it still is just a rectangle.

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

#313

Earlier quoted context omitted.

thanks for heads up i wont be using the service now

Parent checked the box that's default unchecked to get that email. If you're paying attention, you can avoid it completely.

No, that's not what happened.

Re: Firefox Send: Free encrypted file transfer service

#315
post #166

Earlier 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…

UMS (USB Mass Storage) is a protocol. MTP is a different protocol.

Android devices don't support UMS anymore.

Re: Firefox Send: Free encrypted file transfer service

#316
post #132

It 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.

I typoed. I meant `pipx`, not `pipe`. My phone tried to help.

`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

#318

I'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.

If you are worried about it you can specify the number of downloads before expiration

Re: Firefox Send: Free encrypted file transfer service

#319
post #12

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. 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.

And on the flipside, I've used AndFTP to connect to my laptop from Android 2.0 through 8.1 - it supports sftp and a few other protocols.

Re: Firefox Send: Free encrypted file transfer service

#320

It 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.

magic-wormhole works fine on windows and mac; nothing about sh-like shells is linux-specific.
Post reply on HN