Sharedrop – Easy P2P file transfer powered by WebRTC
61–70 of 79 posts
Re: Sharedrop – Easy P2P file transfer powered by WebRTC
#62Earlier quoted context omitted.
I started using Firefox Send recently, I have been really impressed with the simplicity and easy of use. I haven’t tried it, but it is open source and possible to self-host if you so chose. But for the time being it remains free, and you can share up to a generous 2.5 GB if you log in with a Firefox account so I see no reason to put in the effort yet. That being said, Sharedrop seems to be a different use case, only…
Meanwhile, I found the 2.5 GB limit on Firefox Send really frustrating this weekend when I was trying to send 80 GB of raw video files to a friend. :) Turns out there's very few options available for really large P2P file transfers, short of hosting an FTP server.
Drop your 80gb in the folder
Data syncs over p2p e2ee overnight.
Friend removes the copy from their sync folder and it vanishes from yours
Re: Sharedrop – Easy P2P file transfer powered by WebRTC
#63Re: Sharedrop – Easy P2P file transfer powered by WebRTC
#64Earlier quoted context omitted.
I started using Firefox Send recently, I have been really impressed with the simplicity and easy of use. I haven’t tried it, but it is open source and possible to self-host if you so chose. But for the time being it remains free, and you can share up to a generous 2.5 GB if you log in with a Firefox account so I see no reason to put in the effort yet. That being said, Sharedrop seems to be a different use case, only…
Meanwhile, I found the 2.5 GB limit on Firefox Send really frustrating this weekend when I was trying to send 80 GB of raw video files to a friend. :) Turns out there's very few options available for really large P2P file transfers, short of hosting an FTP server.
Re: Sharedrop – Easy P2P file transfer powered by WebRTC
#65Earlier quoted context omitted.
Great question! I considered it, but I wasn't able to find a clear answer whether it was secure or not. If somebody had access to the tracker backend or were inspecting the DHT traffic, would they be able to download the files without the original .torrent file? (Most of the BitTorrent docs assume you're intending to distribute the files publicly.) Not that the data was really worth protecting — it was just GoPro vid…
Well, you could use a private tracker/one that doesn't dump it's torrent-list publicly, and mark the torrent file itself as private, so your client won't share it on the DHT. Also, encrypting is orthogonal.
Re: Sharedrop – Easy P2P file transfer powered by WebRTC
#66To get reliable WebRTC don't you need a Turn server to relay your traffic when the NAT is too bad? Where does this get a Turn server?
Re: Sharedrop – Easy P2P file transfer powered by WebRTC
#67I guess it would be a bit better to call it “inspired” by AirDrop rather than a “clone”, as it doesn’t use AWDL for discovery (rather, it seems to use Firebase).
Re: Sharedrop – Easy P2P file transfer powered by WebRTC
#68Earlier quoted context omitted.
Seems like it would be a cool side project to create a minimal iOS app that simply acts as a share target for this. Similarly for android and Windows. That would make it much easier to send. You’d still have to either visit the site or scan the QR code to receive, but making sending smoother would be a dramatic improvement. AirDrop is one of those things that is truly wonderful in how easily and simply it works, but…
I want an app in the Share menu of macOS that enables me to send content to any executable (e.g. shell script). Services menu isn't the same and too many steps to set up.
Re: Sharedrop – Easy P2P file transfer powered by WebRTC
#69Re: Sharedrop – Easy P2P file transfer powered by WebRTC
#70Earlier quoted context omitted.
Disclosure, I work at Dropbox: but did you consider paying for a tool? Or were you mostly interested in free options?
I tried uploading the archive to iCloud, but the server rejected it as too large. None of my other cloud storage accounts had enough free space. Paying for extra space seemed overkill, given that this was literally a one-time P2P file transfer. I really should just be able to send a file to another IP address without having to pay for storage somewhere.
https://serverfault.com/questions/53531/copy-large-file-from...
Sorry to keep bike shedding this!