TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Firefox Send: Free encrypted file transfer service

2031 pointsby dnlserranoabout 6 years ago

84 comments

timviseeabout 6 years ago
I&#x27;ve been building a fully featured CLI tool for Firefox Send, supporting this new release.<p>For anyone that is interested: <a href="https:&#x2F;&#x2F;github.com&#x2F;timvisee&#x2F;ffsend" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;timvisee&#x2F;ffsend</a>
评论 #19368345 未加载
评论 #19368529 未加载
评论 #19370977 未加载
评论 #19370764 未加载
评论 #19370552 未加载
评论 #19370092 未加载
评论 #19370534 未加载
评论 #19387677 未加载
评论 #19368211 未加载
评论 #19385373 未加载
skrebbelabout 6 years ago
In the not so recent past, HN&#x27;ers loved to quote tptacek&#x27;s legendary rant about how in-browser JavaScript crypto is fundamentally broken[0].<p>What changed? Is that rant finally outdated? Couldn&#x27;t Mozilla at any time serve a corrupted JS bundle (with or without their knowledge) which would leak the key somewhere, silently replace the encryption by a noop, etc?<p>I ask out of interest, not skepticism. I much prefer an internet where we can trust web apps to do proper crypto than one where we have to depend on some app store to somewhat adequately protect us.<p>[0] <a href="https:&#x2F;&#x2F;www.nccgroup.trust&#x2F;us&#x2F;about-us&#x2F;newsroom-and-events&#x2F;blog&#x2F;2011&#x2F;august&#x2F;javascript-cryptography-considered-harmful&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.nccgroup.trust&#x2F;us&#x2F;about-us&#x2F;newsroom-and-events&#x2F;b...</a>
评论 #19371286 未加载
评论 #19375589 未加载
评论 #19370957 未加载
评论 #19371178 未加载
评论 #19374921 未加载
评论 #19374942 未加载
评论 #19373951 未加载
评论 #19373035 未加载
评论 #19370877 未加载
评论 #19370885 未加载
评论 #19371098 未加载
评论 #19374116 未加载
jasonjayrabout 6 years ago
Is the source available for this? A self-hosted version of this would be nice...<p>(Update: Yep, just found it: <a href="https:&#x2F;&#x2F;github.com&#x2F;mozilla&#x2F;send" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;mozilla&#x2F;send</a>, just before the comment below was posted :))
评论 #19368049 未加载
评论 #19368702 未加载
AdmiralAsshatabout 6 years ago
I&#x27;ve used Firefox Send for several months while it was still a test pilot program. It&#x27;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&#x27;t have to worry about clean up.
评论 #19368618 未加载
评论 #19368615 未加载
old-greggabout 6 years ago
If relevant Mozilla people are here: Send does not work if &quot;Delete cookies and site data when Firefox closes&quot; checkbox in FF preferences is checked. Even the page doesn&#x27;t load [1]. It surely is a bug, because I am not closing Firefox.<p>That checkbox is #1 reason I only use Firefox.<p>[1] Developer console log output: <i>&quot;Failed to register&#x2F;update a ServiceWorker for scope ‘<a href="https:&#x2F;&#x2F;send.firefox.com&#x2F;’" rel="nofollow">https:&#x2F;&#x2F;send.firefox.com&#x2F;’</a>: Storage access is restricted in this context due to user settings or private browsing mode. main.js:38:10 SecurityError: The operation is insecure.&quot;</i>
评论 #19374217 未加载
评论 #19374210 未加载
lmedinasabout 6 years ago
a bit off topic but here it goes...<p>This is how i think Mozilla can capture more users back to Firefox. By providing &quot;extra&quot; services attached to the Mozilla and Firefox brand will make them a superior product to the end user. Sure it&#x27;s hard to compete with Chrome but if you offer useful features and services integrated in your Browser i see that Mozilla actually has a chance to compete with Google for the browser space.<p>This is one of the &quot;advantages&quot;, if you are a heavy Google user, of Chrome over the competition is that everything is attached to your Google account. Passwords, history, spellers, dictionaries, shortcuts, etc...<p>If Mozilla comes with Send, Notes, Password Manager all integrated in Firefox i see a good way to bring back some of the previous users that switched to Chrome.
评论 #19370242 未加载
评论 #19373815 未加载
评论 #19374385 未加载
评论 #19378116 未加载
评论 #19371002 未加载
bjt2n3904about 6 years ago
I don&#x27;t understand the end-to-end encryption claim.<p>1. Bob uploads a file, but specifies no password.<p>2. ???<p>3. Sue downloads the file.<p>Best case, Bob&#x27;s browser encrypts it (with javascript?) before uploading. Either Mozilla provides a key, or Bob sends the key he used. When Sue&#x27;s browser downloads it, Mozilla sends the key and her browser decrypts it client side.<p>In either case, Mozilla has the password for decryption. This makes a mild barrier to mass scanning content that&#x27;s uploaded, so at least that&#x27;s something... but that&#x27;s little more than a promise I have to trust.<p>Am I missing something? Where is the &quot;end-to-end&quot; encryption? End-to-end means I don&#x27;t have to trust you (as much). Please don&#x27;t turn this into a meaningless buzzword...<p>EDIT: I did misunderstand something. Please see timvisee&#x27;s comment below.
评论 #19368886 未加载
评论 #19368875 未加载
评论 #19368916 未加载
评论 #19368918 未加载
hprotagonistabout 6 years ago
It doesn&#x27;t exactly meet the needs of &quot;sending files to a non-technical person&quot;, 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 &amp;&amp; pipe install magic-wormhole`. This is by no means everyone, but it&#x27;s been very useful quite often.<p>[0] <a href="https:&#x2F;&#x2F;magic-wormhole.readthedocs.io&#x2F;en&#x2F;latest&#x2F;" rel="nofollow">https:&#x2F;&#x2F;magic-wormhole.readthedocs.io&#x2F;en&#x2F;latest&#x2F;</a> has
评论 #19368068 未加载
评论 #19368391 未加载
评论 #19368255 未加载
huhtenbergabout 6 years ago
Very clean and nice, but how is this financed?<p>That is, who&#x27;s paying for the server storage and the bandwidth?
评论 #19368687 未加载
评论 #19368594 未加载
评论 #19368379 未加载
评论 #19372553 未加载
评论 #19373131 未加载
评论 #19368276 未加载
评论 #19368280 未加载
benawadabout 6 years ago
&gt; Key Business Question to Answer: Is the value proposition of a large encrypted file transfer service enough to drive Firefox Account relationships for non-Firefox users.<p>The metrics section is interesting <a href="https:&#x2F;&#x2F;github.com&#x2F;mozilla&#x2F;send&#x2F;blob&#x2F;master&#x2F;docs&#x2F;metrics.md" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;mozilla&#x2F;send&#x2F;blob&#x2F;master&#x2F;docs&#x2F;metrics.md</a>
评论 #19369569 未加载
Secretmapperabout 6 years ago
This is perfect! I&#x27;m currently taking a networking class where we generate trace reports, and I&#x27;ve just realised how tricky it is to send files without logging in (I&#x27;m just averse into doing that in a machine that&#x27;s not mine). I can email my trace files, but I need to login, I can store in dropbox&#x2F;drive, but again I&#x27;ll have to login.<p>I wish they added a QR code option as well. It would be perfect for quickly copying the link by snapping it with my phone so I can download later.
Ultramanoidabout 6 years ago
It&#x27;s a fantastic service and I&#x27;m glad to see it leave the experiment stage and become official. Highly recommended.
romantomjakabout 6 years ago
I really don&#x27;t understand why they didn&#x27;t share a link to the repository in the article. For anyone who&#x27;s interested - here it is: <a href="https:&#x2F;&#x2F;github.com&#x2F;mozilla&#x2F;send" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;mozilla&#x2F;send</a>
评论 #19368779 未加载
m4lvinabout 6 years ago
The same idea (e2e decryption key in fragment&#x2F;hash) is used by the self-hosted Lufi. Public instances are running at <a href="https:&#x2F;&#x2F;upload.disroot.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;upload.disroot.org&#x2F;</a> and <a href="https:&#x2F;&#x2F;framadrop.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;framadrop.org&#x2F;</a> and the code is here: <a href="https:&#x2F;&#x2F;framagit.org&#x2F;fiat-tux&#x2F;hat-softwares&#x2F;lufi" rel="nofollow">https:&#x2F;&#x2F;framagit.org&#x2F;fiat-tux&#x2F;hat-softwares&#x2F;lufi</a> Maybe someone can comment on how Lufi compares to Firefox Send (performance, usability?)<p>I also think the blog post could explain more why and how the e2e encryption works. Maybe just by showing an example link and then highlight with colors &quot;this part is private&quot;?
nvdkabout 6 years ago
I&#x27;ve been using send.firefox.com for months and so far the only downside was the 1 day expiration. Very glad you can now opt for 7 days.
Rafuinoabout 6 years ago
This is awesome for sending private documents to family (tax season, anyone?), especially when your family isn&#x27;t inclined to learn cryptography to set up their own solution. Will be trying this ASAP.
评论 #19370854 未加载
Sammiabout 6 years ago
Open source peer-to-peer solution in the browser using WebRTC: <a href="https:&#x2F;&#x2F;file.pizza&#x2F;" rel="nofollow">https:&#x2F;&#x2F;file.pizza&#x2F;</a>
评论 #19373560 未加载
rkagererabout 6 years ago
If I&#x27;ve got this right, the file is encrypted using a secret key which is generated on the client and appended to the anchor in the link, like:<p><a href="http:&#x2F;&#x2F;send.firefox.com&#x2F;download&#x2F;&lt;fileid&gt;&#x2F;#&lt;secret&gt;" rel="nofollow">http:&#x2F;&#x2F;send.firefox.com&#x2F;download&#x2F;&lt;fileid&gt;&#x2F;#&lt;secret&gt;</a><p>Anyone who obtains the link (e.g. via email interception) gains access to the file.<p>Since browsers don&#x27;t transmit the anchor when requesting a resource [1], Firefox servers never see a copy of the key. Provided you trust their JavaScript.<p>[1] <a href="https:&#x2F;&#x2F;stackoverflow.com&#x2F;questions&#x2F;3067491&#x2F;is-the-anchor-part-of-a-url-being-sent-to-a-web-server" rel="nofollow">https:&#x2F;&#x2F;stackoverflow.com&#x2F;questions&#x2F;3067491&#x2F;is-the-anchor-pa...</a>
评论 #19374487 未加载
TulliusCiceroabout 6 years ago
Neat!<p>How do they handle abuse though? Like, people using it to host, say, pirated TV shows? Maybe a max download limit that makes it impractical for that use case?
评论 #19367958 未加载
评论 #19367949 未加载
cmurfabout 6 years ago
Another neat feature actually built into Firefox is Take a Screenshot. To the right of the URL field, in the three dots menu. Option to save it locally, or save in the cloud with a URL with some expiration options. Sorta like a pastebin for screenshots.<p>It only takes screenshots within the confines of a Firefox window.
评论 #19370619 未加载
emddudleyabout 6 years ago
I&#x27;ve used this before to send sensitive documents to my attorney, who would have otherwise just wanted email attachments. It worked great.
评论 #19372321 未加载
kgwxdabout 6 years ago
Why not &quot;Mozilla Send&quot;? If Firefox the browser isn&#x27;t a requirement, the name is confusing.
评论 #19368869 未加载
评论 #19368789 未加载
sumitgtabout 6 years ago
It would be really amazing to build some sort of integration in commonly available WiFi connected scanners and printers.<p>Currently, my scanner conveniently sends me emails with scanned documents. But I have not insight into how they actually store and delete the document on the backend.<p>Would be great if the scanner had the option to upload to Firefox Send and show me a QR code to download it on other devices.
seveneightn9neabout 6 years ago
How is this using end-to-end encryption? It seems like the recipient just clicks a link to download. How can it have been encrypted for that person? end-to-end encryption normally means that there&#x27;s no way for the intermediary to unencrypt the data but I can&#x27;t see how that&#x27;s possible in this case.
评论 #19368293 未加载
评论 #19368084 未加载
评论 #19368101 未加载
bredrenabout 6 years ago
Much of the data I share with friends using dropbox is on time-limited data in the 1-2 GB space.<p>For certain reasons I get a ton of dropbox space, but for my friends, data quotas kick in on even simple files shared like this.<p>I believe this is a primary upgrade mechanism for DB--I&#x27;d say this new firefox offer is in competish.
kikikiki09iabout 6 years ago
How do they pay for the storage costs? What&#x27;s the upside for Mozilla?
评论 #19368066 未加载
评论 #19368128 未加载
评论 #19368174 未加载
diegorbaqueroabout 6 years ago
I had the expectation that it would use WebRTC before opening the link, disappointed on that side. But really glad of the privacy minded offer. I appreciate Mozilla&#x27;s work and effort towards a more private and encrypted internet!
评论 #19371692 未加载
ajsharpabout 6 years ago
Sharesecret (my company) provides a similar service, along with a slack extension for anyone who needs a commercial product. <a href="https:&#x2F;&#x2F;sharesecret.co" rel="nofollow">https:&#x2F;&#x2F;sharesecret.co</a>
voidmain0001about 6 years ago
I&#x27;m onboard as a regular user of send.firefox.com. How does Mozilla have the money to offer this for free?
评论 #19368217 未加载
评论 #19368295 未加载
ihumanabout 6 years ago
Does Firefox Send work on browsers besides Firefox for sending and receiving files? It&#x27;s blocked at my office, so I can&#x27;t test it.
评论 #19368760 未加载
评论 #19368725 未加载
F_r_kabout 6 years ago
Swisstransfer.com is more or less the same, but with 25Gb and no sign up
评论 #19377546 未加载
Aissenabout 6 years ago
I wonder if they&#x27;ve fixed the issue where one can force reuse of a link by slowing down a download, and sharing the URL ? Hence turning it into a cheap file hosting service:<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=15450524" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=15450524</a><p>I haven&#x27;t been able to upload a file to try.
评论 #19368357 未加载
DINKDINKabout 6 years ago
For senders and recipients who have execution privileges, OnionShare has:<p>Much lower trust assumptions<p>Functionality for dropboxes<p><a href="https:&#x2F;&#x2F;onionshare.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;onionshare.org&#x2F;</a><p><a href="https:&#x2F;&#x2F;github.com&#x2F;micahflee&#x2F;onionshare" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;micahflee&#x2F;onionshare</a>
justinc8687about 6 years ago
This is cool, but I’m wondering if there is some sort of “secure drop box” equivalent. Basically I generate a set of GPG keys, anyone can post to a web form which encrypts the uploaded data, in browser, using my public key, and uploads it somewhere (my server, s3, Dropbox, doesn’t matter as the private is local on my computer). I could then download the files, decrypt them locally and use them.<p>We get a lot of customers who want to send us secure data (customer info, etc...) and I’d love a way to make it easy for the customer but still secure.<p>Does something like this exist, or is this still a pipe dream? Basically FF send, except I provide a known public key to use, rather than it being generated on the fly, requiring the user to find a way to send it to me out-of-band.
marcus_holmesabout 6 years ago
I&#x27;m working on a file sharing product, for the niche use case of sharing documents between family and professional providers (lawyers, accountants, etc).<p>Documents are mostly emailed to recipients at the moment (unless they&#x27;re too large, in which case... um....). The main problem we see is that you end up storing documents in email attachments on your email provider, and using email search tools to try and find documents.<p>Would this end up the same, only with all documents ending up in the Downloads folder?<p>Am I wasting my time working on creating a cloud storage sharing solution, and be better working on a method of organising files on the drive, that can also send them to other people?
评论 #19375749 未加载
评论 #19375010 未加载
JonathonWabout 6 years ago
As I understand it, this &quot;guarantees&quot; privacy by embedding the key in the link-- if that&#x27;s generated client-side, it never gets sent to Mozilla&#x27;s servers (assuming they don&#x27;t go out of their way to grab it via JavaScript) and you can have end-to-end encryption.<p>But, if I&#x27;m logged in, it looks like Mozilla&#x27;s storing that fragment on their servers: if I upload a file from one browser, then sign in on a different browser, I can see the link I generated (including the fragment) from the first browser in my list of uploads, and I can download the file.<p>Doesn&#x27;t that negate their end-to-end encryption if Mozilla servers have access to the keys?
评论 #19375729 未加载
woranlabout 6 years ago
I&#x27;m surprised that no one raised their concern about javascript encryption. Usually, some will point out that the user will have to trust the delivered client side code first. Has javascript encryption finally got mainstream now?
techaddict009about 6 years ago
Looks more like wetransfer.
评论 #19368369 未加载
roryokaneabout 6 years ago
In the past, I used <a href="https:&#x2F;&#x2F;volafile.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;volafile.org&#x2F;</a> for sharing files that will be deleted within a week. Volafile doesn’t do end-to-end encryption like Firefox Send, but it allows you to upload files over 2.5 GB.<p>Volafile’s multi-file “room” functionality, with chat, makes it more suited for sharing files among multiple people, while Firefox Send is optimized for sending a single file to a single person or a targeted group.
solarkraftabout 6 years ago
Bur Firefox is a browser. Why would you associate this with Firefox instead of making it a Mozilla service? It only leads to the Firefox brand deteriorating even more quickly.
foxhopabout 6 years ago
Wow, this is really awesome and really cool! First I&#x27;ve heard of it. Just tested it and it worked great.<p>Is it possible to audit the tech? Is Firefox send open source?
评论 #19369267 未加载
oftenwrongabout 6 years ago
Non-descriptive headline. Borrowing some copy from the announcement makes it better:<p>&quot;Firefox Send: a free encrypted file transfer service&quot;
cmurfabout 6 years ago
Relatively new, are additional expiration options:<p>1 to 100 downloads, 1 is the default; or 5 minutes to 7 days, 1 day is the default. And an option to protect with a password.<p>Upon expiration, entering the URL behaves the same as if you enter a bogus URL, it&#x27;s basically denied to have ever existed, i.e. it doesn&#x27;t say this URL has expired.
ksecabout 6 years ago
I keep seeing comments about Search Revenue and keeping this free. It would be useful if Mozilla is getting more Firefox users out of it, but it likely won&#x27;t be in any significant number.<p>So what happen once this get popular and waiting to be abused? Just like Mega. Who is going to continue and foot the bill?
评论 #19374055 未加载
hielozabout 6 years ago
That sounds great!<p>Tutanota also provides free encrypted file transfer service.-- Tresorit Send:<a href="https:&#x2F;&#x2F;send.tresorit.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;send.tresorit.com&#x2F;</a> ,which allows you to upload and share up to 5GB files using the same end-to-end encrypted technology.
kikikiki09iabout 6 years ago
How to they pay for the storage costs?
评论 #19368218 未加载
tantalorabout 6 years ago
Obligatory <a href="https:&#x2F;&#x2F;xkcd.com&#x2F;949&#x2F;" rel="nofollow">https:&#x2F;&#x2F;xkcd.com&#x2F;949&#x2F;</a>
评论 #19374434 未加载
omouseabout 6 years ago
The eternal problem of uploading and sharing massive files seems to always have new solutions.
pyyuabout 6 years ago
There&#x27;s croc with relatively small binary for all non-mobile platforms: <a href="https:&#x2F;&#x2F;schollz.com&#x2F;software&#x2F;sending-a-file&#x2F;" rel="nofollow">https:&#x2F;&#x2F;schollz.com&#x2F;software&#x2F;sending-a-file&#x2F;</a>
Causality1about 6 years ago
Why does it have upload limits at all? Your client encrypts it, the data is sent over your internet connection to someone else&#x27;s, their client decrypts it. Why would the data pass through Mozilla&#x27;s servers?
评论 #19371527 未加载
SubiculumCodeabout 6 years ago
I&#x27;ve used firefox send many times since its introduction as a pilot. I applaud its simplicity. The workflow is basically upload, send message&#x2F;email containing the link, download.
josefrescoabout 6 years ago
In one of their videos, the URL is www.send.firefox.com - the others drop the www - is this intentional, a mistake? Why would someone use www before a sub domain like that?
评论 #19371954 未加载
评论 #19373536 未加载
buboardabout 6 years ago
They could also offer a realtime webrtc solution like snapdrop.net . Although i m not sure that works, it didn&#x27;t work between my phone and desktop.
mirimirabout 6 years ago
FWIW it works in Tor browser, with no CAPTCHA. Nice.
euphoria83about 6 years ago
This is great! It is a shame that Box and Dropbox need you to be a paying customer to be able to share password protected shared links.
vanousabout 6 years ago
Tried it and it seems cool. Too bad that there isn&#x27;t an addon to create a provider for Thunderbird &#x27;s filelink.
_bxg1about 6 years ago
Ah 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&#x27;t sure how to prevent illegal use and didn&#x27;t want to be liable.<p>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 &quot;send&quot; the link.
评论 #19370370 未加载
评论 #19368328 未加载
评论 #19369445 未加载
评论 #19371167 未加载
评论 #19370273 未加载
评论 #19368926 未加载
MrXORabout 6 years ago
Nice, but transfer.sh[1] &gt; Firefox send<p>[1] <a href="https:&#x2F;&#x2F;transfer.sh" rel="nofollow">https:&#x2F;&#x2F;transfer.sh</a>
mauromabout 6 years ago
Been using it since beta. Props to Mozilla for providing one of the easiest and well thought file sharing services.
Shorelabout 6 years ago
This really feels like something the old Opera (not the Chromium version) would have done back in the day.
评论 #19370269 未加载
z3t4about 6 years ago
Why doesn&#x27;t Firefox support p2p file sending !? Why do they do with the files I upload !?
评论 #19370293 未加载
NedIsakoffabout 6 years ago
How are they going to deal with bad content? Child porn? Pirated content? Illegal stuff?
评论 #19368517 未加载
评论 #19371619 未加载
intellentabout 6 years ago
Is there a simple way to get the direct URL of the file (e.g. to use in wget cli calls).
评论 #19369091 未加载
评论 #19368599 未加载
acnjggabout 6 years ago
been using this for several months. have used it to send all kinds of files be it malware to large files. it used to accept everything. but now it asks for sign in.. why would they do they though
ChrisArchitectabout 6 years ago
what is the business case for this tho? Who pays for the bandwidth??
agorabinaryabout 6 years ago
I&#x27;m quickly running out of excuses for still using Chrome...
评论 #19376921 未加载
usermacabout 6 years ago
Yes, next to Apple&#x27;s AirDrop, this is a welcome addition.
zyngaroabout 6 years ago
What is the use case of such a tool? Real a question.
评论 #19372548 未加载
johnchristopherabout 6 years ago
The npm installation of send is quite easy to set up.
oblioabout 6 years ago
I wonder if they&#x27;re running some malware scanners plus do they have to comply with DMCA takedowns? Based on what I see, the files are hosted on their servers, so they kind of have to, no?
评论 #19367957 未加载
评论 #19367919 未加载
pvK12about 6 years ago
Backend is written in JS. I can understand why they chose Node, but why not Typescript? This needs to be maintained and TS &gt;&gt;&gt; JS.
qwerty456127about 6 years ago
How does it work? Is it P2P or what?
评论 #19371736 未加载
laurent123456about 6 years ago
How does E2EE work if the recipient can download the file directly? I&#x27;d expect some key or password needs to be exchanged too?
评论 #19368329 未加载
sigmonsaysabout 6 years ago
this doesn&#x27;t seem that impressive technology wise, but maybe i&#x27;ll remember to use it.
liquid153about 6 years ago
Is there a web plugin for this yet.
Brosperabout 6 years ago
Nice!
RoadRunner_23about 6 years ago
File Transfer <a href="https:&#x2F;&#x2F;xkcd.com&#x2F;949&#x2F;" rel="nofollow">https:&#x2F;&#x2F;xkcd.com&#x2F;949&#x2F;</a><p>Hope Firefox Send solves this ever present problem ;)
mFixmanabout 6 years ago
I can&#x27;t believe that there isn&#x27;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.<p>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&#x27;t there a mainstream service like that?
评论 #19367988 未加载
评论 #19367970 未加载
评论 #19368366 未加载
评论 #19368061 未加载
评论 #19368008 未加载
评论 #19367964 未加载
评论 #19368797 未加载
评论 #19367983 未加载
评论 #19368086 未加载
评论 #19367974 未加载
评论 #19368150 未加载
评论 #19368289 未加载
评论 #19368860 未加载
评论 #19368575 未加载
评论 #19367965 未加载
评论 #19368507 未加载
评论 #19368106 未加载
评论 #19368245 未加载
评论 #19368488 未加载
评论 #19368583 未加载
评论 #19368063 未加载
评论 #19372837 未加载
评论 #19368651 未加载
评论 #19367945 未加载
评论 #19368098 未加载
评论 #19368371 未加载
评论 #19367977 未加载
评论 #19368929 未加载
评论 #19368734 未加载
评论 #19369594 未加载
评论 #19368532 未加载
评论 #19368033 未加载
评论 #19368656 未加载
评论 #19368186 未加载
评论 #19368685 未加载
评论 #19368595 未加载
评论 #19368237 未加载
评论 #19369389 未加载
评论 #19369821 未加载
评论 #19371869 未加载
评论 #19367987 未加载
评论 #19368037 未加载
评论 #19368380 未加载
评论 #19369822 未加载
评论 #19369310 未加载
评论 #19368283 未加载
评论 #19369659 未加载
hlnasabout 6 years ago
How &quot;private&quot; is it? Do you store metadata? i.e. if I upload a file and it expires, do you also delete any trace of me, including my IP address?
评论 #19367978 未加载
icemelt8about 6 years ago
I wonder which cloud service they are using to store the files.
评论 #19367979 未加载
评论 #19367939 未加载
fxfanabout 6 years ago
There&#x27;s also a command line interface somewhere
nukeopabout 6 years ago
I wish Mozilla focused on core Firefox functionalities instead of coming up with so many small side projects that don&#x27;t target their typical audience. Since Chromium-based browsers are not an option, many of us are stuck with Firefox as the only remaining choice. But even Firefox has to be heavily customized before it&#x27;s completely deGoogled and stops contacting various motherships.<p>As a side note Nightly build for Ubuntu has been broken since version 61 and there&#x27;s no sign of any effort to fix it.
评论 #19368292 未加载
navaatiabout 6 years ago
I must say I am disapointed.<p>I thought this would be some cool realtime system to send from browser to browser, using WebRTC or something. Something that doesn&#x27;t involve them paying for file servers, by the way.<p>I believed in Mozilla ! But no, here we are and I just don&#x27;t see the difference between this and Mega.<p>EDIT: except for the auto-deletion trick that addresses the piracy problem. But still...
评论 #19368259 未加载
评论 #19367996 未加载
m_babout 6 years ago
This project sucks. Another bullshit firefox.com product that reinvent something existing and well established (eg. Jirafeau or Lufi). I hate so much what Mozilla become.