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?
What about https://syncthing.net/ ? EDIT: I know you said without going through the internet. Syncthing can be configured to only transfer over specific networks (e.g. home LAN/WI-FI)
Firefox Send: Free encrypted file transfer service
141–150 of 542 posts
Re: Firefox Send: Free encrypted file transfer service
#142Earlier quoted context omitted.
> I'm sure people who know more than me will give me a list of great reasons why it's not straightforward to implement... Nah, Android phones have done this forever, it's not technical difficulties stopping it from working. It's The Apple Way . They don't want you using your phone that way, or something.
Android phones don't do this anymore, for the technical reason that allowing a computer to mount a filesystem directly requires that the phone unmount it. Mass storage expects a block device, so there's no wrapper that one could provide that would make this work with the native filesystems of the phone. What could be done is to dedicate a file on the phone as block storage, and expose that as a mass storage device. T…
I don't think that's true. My S8 storage is mounted and accessible from my computer right now while at the same time playing music from the same storage. I can still take pictures/write to the storage.
Re: Firefox Send: Free encrypted file transfer service
#143Ah man, I literally came up with (and prototyped) this exact thing in 2013. Minus the end to end encryption. I dropped it mostly because I wasn't sure how to prevent illegal use and didn't want to be liable. Edit: mine was actually (partially) better because it assigned a short PIN instead of a full link, which meant you could just look at it and remember it for typing-in, instead of requiring a separate channel to "…
The end to end encryption necessitates a hard to remember uri anyway, so I don't think you can have both "secure" and "memorable".
Re: Firefox Send: Free encrypted file transfer service
#144Earlier quoted context omitted.
> I'm sure people who know more than me will give me a list of great reasons why it's not straightforward to implement... Nah, Android phones have done this forever, it's not technical difficulties stopping it from working. It's The Apple Way . They don't want you using your phone that way, or something.
Android phones don't do this anymore, for the technical reason that allowing a computer to mount a filesystem directly requires that the phone unmount it. Mass storage expects a block device, so there's no wrapper that one could provide that would make this work with the native filesystems of the phone. What could be done is to dedicate a file on the phone as block storage, and expose that as a mass storage device. T…
They don't? Since when? I still have a Pixel 1 but it's running Android P, so the latest major version of Android, and this still works fine.
Re: Firefox Send: Free encrypted file transfer service
#145Earlier quoted context omitted.
> I'm sure people who know more than me will give me a list of great reasons why it's not straightforward to implement... Nah, Android phones have done this forever, it's not technical difficulties stopping it from working. It's The Apple Way . They don't want you using your phone that way, or something.
Android phones don't do this anymore, for the technical reason that allowing a computer to mount a filesystem directly requires that the phone unmount it. Mass storage expects a block device, so there's no wrapper that one could provide that would make this work with the native filesystems of the phone. What could be done is to dedicate a file on the phone as block storage, and expose that as a mass storage device. T…
Re: Firefox Send: Free encrypted file transfer service
#146I 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?
Re: Firefox Send: Free encrypted file transfer service
#147Earlier quoted context omitted.
I'm a bit confused, in what sense is accessing an SSH server not going through the internet? Was the phone connected to the same LAN as the desktop via Wifi?
That was my assumption. Your comment took me a little by surprise actually because there's no actual need for the internet in SSH and in fact I probably do 90% of my SSHing on local networks. But I guess your usage differs significantly?
Re: Firefox Send: Free encrypted file transfer service
#148I 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?
Proprietary but free as in beer.
Re: Firefox Send: Free encrypted file transfer service
#149Re: Firefox Send: Free encrypted file transfer service
#150How are they going to deal with bad content? Child porn? Pirated content? Illegal stuff?