TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

What happened to Firefox Send?

426 点作者 Techbrunch超过 4 年前

39 条评论

headalgorithm超过 4 年前
See recent discussion: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=24508880" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=24508880</a>
评论 #24525451 未加载
40four超过 4 年前
Too bad. I really enjoyed using it while it was up. The code is open source, and they have docs on how to set it up for self hosting. I wonder if there is a chance some active forks might live on?<p><a href="https:&#x2F;&#x2F;github.com&#x2F;mozilla&#x2F;send" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;mozilla&#x2F;send</a> <a href="https:&#x2F;&#x2F;github.com&#x2F;mozilla&#x2F;send&#x2F;blob&#x2F;master&#x2F;docs&#x2F;deployment.md" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;mozilla&#x2F;send&#x2F;blob&#x2F;master&#x2F;docs&#x2F;deployment....</a>
评论 #24515533 未加载
评论 #24515401 未加载
评论 #24515747 未加载
评论 #24515515 未加载
评论 #24515398 未加载
评论 #24515749 未加载
kace91超过 4 年前
I really don&#x27;t understand it.<p>- Content was used to spread malware&#x2F;illegal content<p>- It was not profitable<p>How are those two things something you find out after the fact? What was the reasoning for launching the product in the first place?
评论 #24515948 未加载
评论 #24515491 未加载
评论 #24516520 未加载
评论 #24515729 未加载
评论 #24515645 未加载
评论 #24517866 未加载
评论 #24515466 未加载
timvisee超过 4 年前
Sad! Developer of `ffsend` here.<p>I&#x27;ve built `ffsend` as CLI tool for Send to securely share files from the command line. It has been a great success! Thanks Mozilla, for building and providing this amazing service!<p>For the interested: <a href="https:&#x2F;&#x2F;github.com&#x2F;timvisee&#x2F;ffsend" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;timvisee&#x2F;ffsend</a><p>I&#x27;m currently hosting a public Send instance myself so ffsend keeps working. Let&#x27;s see how long I can keep this going (and funded). It&#x27;s available at send.vis.ee .
评论 #24518089 未加载
评论 #24519126 未加载
0-_-0超过 4 年前
This is due to people sharing malware:<p><a href="https:&#x2F;&#x2F;www.techradar.com&#x2F;news&#x2F;mozilla-suspends-firefox-send-service-following-malware-abuse" rel="nofollow">https:&#x2F;&#x2F;www.techradar.com&#x2F;news&#x2F;mozilla-suspends-firefox-send...</a><p>The content can&#x27;t be scanned server-side because uploaded files are encrypted
评论 #24515335 未加载
评论 #24515383 未加载
评论 #24515926 未加载
评论 #24515955 未加载
评论 #24516442 未加载
评论 #24515470 未加载
评论 #24518515 未加载
blunte超过 4 年前
Either Send is more long lived than I realized, or I have a very different definition of &quot;legacy&quot;<p>From the Mozilla Blog: ... we are announcing the end of life for two legacy services that grew out of the Firefox Test Pilot program: Firefox Send and Firefox Notes.
评论 #24515328 未加载
评论 #24515530 未加载
评论 #24515740 未加载
评论 #24517480 未加载
wodenokoto超过 4 年前
For transferring large files between machines that don’t necessarily have the same clients installed I find file.pizza quite convenient.<p>My understanding is it basically loads a JavaScript BitTorrent client and let’s you transfer using that protocol, so both ends needs to be online, but there is no file size limit, and good support on flaky connections.<p>There’s a few services like this, but I always find file.pizza to be the one that I remember the name of :)<p><a href="https:&#x2F;&#x2F;file.pizza&#x2F;" rel="nofollow">https:&#x2F;&#x2F;file.pizza&#x2F;</a><p>EDIT: as other people in this thread, I am also having trouble getting file.pizza to work, in both Safari and Chrome.<p>Maybe it isn’t the answer it used to be.
评论 #24515400 未加载
评论 #24521206 未加载
评论 #24515521 未加载
评论 #24518776 未加载
zxcvgm超过 4 年前
To be honest, I think some form of abuse was bound to happen. Your files are encrypted client-side with JavaScript before uploading, so to the server it&#x27;s just an opaque blob.<p>Out of curiosity, I did some technical analysis¹ of how your files were being encrypted to see if they were really secure and as a side-effect, also wrote a Go client for it.<p>An interesting property I did discover about the way the encryption keys are derived is that the scheme allows you to delegate an oblivious third-party to download the blob for you, without actually revealing the file contents to them.<p>¹ <a href="https:&#x2F;&#x2F;irq5.io&#x2F;2019&#x2F;05&#x2F;14&#x2F;data-encryption-on-firefox-send&#x2F;" rel="nofollow">https:&#x2F;&#x2F;irq5.io&#x2F;2019&#x2F;05&#x2F;14&#x2F;data-encryption-on-firefox-send&#x2F;</a>
评论 #24521042 未加载
nickjj超过 4 年前
This was a great service for transferring 1 off files between 2 people (such as 500mb wav files for podcast episodes which is what I used it for).<p>As it turns out, you can get similar behavior with Dropbox. The person sending the file doesn&#x27;t need a Dropbox account either. You just send them a URL and then they have permission to upload the file.<p>The only extra step vs Firefox Send is you as the receiver need to delete the file after you&#x27;ve downloaded it. Technically that&#x27;s optional but in my case that&#x27;s what I wanted to do.
评论 #24516721 未加载
AnonHP超过 4 年前
Tangentially, I wonder what&#x27;s happening with Lockwise. [1] It also seems to be languishing without significant improvements. I was expecting it to be a competitor, at least on mobile, to the likes of Bitwarden, 1Password, and other solutions.<p>[1]: <a href="https:&#x2F;&#x2F;www.mozilla.org&#x2F;en-US&#x2F;firefox&#x2F;lockwise&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.mozilla.org&#x2F;en-US&#x2F;firefox&#x2F;lockwise&#x2F;</a>
评论 #24518088 未加载
rkangel超过 4 年前
I once again don&#x27;t have a good solution for &#x27;how do I email a large file&#x27; but <a href="https:&#x2F;&#x2F;webwormhole.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;webwormhole.io&#x2F;</a> is useful and simple, particularly for sending something big to someone you&#x27;re video chatting with.
评论 #24515298 未加载
评论 #24520209 未加载
评论 #24515479 未加载
toyg超过 4 年前
This is one thing they could have done better in partnership with someone whose main business is hosting and transferring files.<p>I said it yesterday: Mozilla and Dropbox should talk. Alone they will perish, united they’ll be a real alternative to FAANG.
评论 #24515853 未加载
sstanfie超过 4 年前
I switched to croc (<a href="https:&#x2F;&#x2F;github.com&#x2F;schollz&#x2F;croc" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;schollz&#x2F;croc</a>) to send large files. Works great across macOS and Windows. It&#x27;s synchronous, one-time, so not a fire-and-forget system. But quick for large files (sending custom disk images for Raspberry Pi).
jtbayly超过 4 年前
This was really funny because I tried to use it for the first time just after it was taken down, but before the announcement. At that time, it loaded a page that made it seem like it was just offline temporarily.
评论 #24515213 未加载
alex_duf超过 4 年前
I wish we could get every major OS to work on an open standard for file transfer from device to device (locally).
评论 #24518166 未加载
blooalien超过 4 年前
And mere minutes after reading this, what should come in on my newsfeed?<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=24503077" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=24503077</a><p>Another tool for sending encrypted files from one machine to another. Viva la Hacker News!
isodev超过 4 年前
I was under the impression Firefox Send was one of the upcoming paid service offerings. At least, that we were seeing the free service and waiting some premium features to be released later on. It will be missed, it was a really easy and intuitive solution for file sharing,
评论 #24517888 未加载
shp0ngle超过 4 年前
....oh.<p>I have used it a few times in the past for the classic task &quot;move large file between two computers that are next to each other, how the hell do I do this simply&quot;, but yeah, I can&#x27;t see how that would be cost-effective for Firefox.
评论 #24515183 未加载
评论 #24515169 未加载
评论 #24515200 未加载
评论 #24515193 未加载
surfsvammel超过 4 年前
Too bad. Never used it myself but it seemed like a useful tool from someone I trust.
werdnapk超过 4 年前
I used this service fairly often with clients to send me large files... pretty much drag and drop and send me the link to the file. I thought it was great.<p>I guess I&#x27;ll check out some of the alternatives listed in the comments here now.
dpc_pw超过 4 年前
The fact that you need a 3rd party service to send a file between two computers is a failure of the Internet as a whole.<p>Instead of addressing it, the technical community as a whole just keeps putting bandaids on it.
评论 #24523373 未加载
评论 #24520363 未加载
surround超过 4 年前
Discussion yesterday:<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=24508880" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=24508880</a>
fergbrain超过 4 年前
The challenge I have is when someone non-technical needs to send me a very large file.<p>I’ve resorted to spinning up a pureftp server in docker and having them drop it there.
评论 #24518140 未加载
rvz超过 4 年前
Oh dear. A stunning failure of another Firefox product which was hyped to hot air: [0]<p>Looks like Mozilla really needs to find something to <i>actually</i> be more competitive than their current offerings of &#x27;VPNs&#x27;, &#x27;File Sharing&#x27; and &#x27;Web Browsers&#x27;.<p>[0] <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=19367850" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=19367850</a>
评论 #24515308 未加载
neilsimp1超过 4 年前
Hahahaha. I have always thought this looked like a great product but never really had a need for it.<p>I had a file slightly too large to email last night and thought I&#x27;d try FF Send for the first time ever, only to be greeted with `Service Unavailable`.<p>It&#x27;s a real bummer this is going away, and I hope this isn&#x27;t a sign of more to come.
edwincheese超过 4 年前
We have built an alternative to Firefox Send. End-to-end encrypted, faster, more space, and more features coming. <a href="https:&#x2F;&#x2F;encl.io" rel="nofollow">https:&#x2F;&#x2F;encl.io</a>
DarkmSparks超过 4 年前
Hows firefox doing these days? I&#x27;ve not really used it since it used to run out of memory every few hours, did try it again after they rewrote everything but it was really buggy with half the sites I frequent not working.
评论 #24515385 未加载
评论 #24515337 未加载
评论 #24515268 未加载
评论 #24517850 未加载
评论 #24515323 未加载
评论 #24515292 未加载
评论 #24515471 未加载
评论 #24515413 未加载
SamuelAdams超过 4 年前
Interesting. I thought it was discontinued due to malware and hackers using it. I wonder if they were ever able to successfully mitigate these threats with an encrypted file sharing service. If they did, the community ought to know so other projects in the future can learn from Mozilla&#x27;s efforts.<p>[1]: <a href="https:&#x2F;&#x2F;www.zdnet.com&#x2F;article&#x2F;mozilla-suspends-firefox-send-service-while-it-addresses-malware-abuse&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.zdnet.com&#x2F;article&#x2F;mozilla-suspends-firefox-send-...</a><p>[2]: <a href="https:&#x2F;&#x2F;cybersecuritymag.com&#x2F;firefox-send-suspended-hackers-malware&#x2F;" rel="nofollow">https:&#x2F;&#x2F;cybersecuritymag.com&#x2F;firefox-send-suspended-hackers-...</a>
评论 #24515674 未加载
mc32超过 4 年前
File.pizza is also p-p file defer in the browser, though I liked send from Mozilla since it was integrated.
redm超过 4 年前
I think this comes down to the fact that deploying an app and a platform are very different things.
llagerlof超过 4 年前
<a href="https:&#x2F;&#x2F;transfer.sh" rel="nofollow">https:&#x2F;&#x2F;transfer.sh</a>
评论 #24517610 未加载
systems超过 4 年前
what are the good alternatives, I spent sometimes on google, and most services seem to required monthly subscription<p>I need to send large file securely sporadically , I cant like pay for like 10 usages etc .. as long as its not time bound
saos超过 4 年前
What a blow. I loved it.
TedDoesntTalk超过 4 年前
&gt; Unfortunately, some abusive users were beginning to use Send to ship malware and conduct spear phishing attacks. This summer we took Firefox Send offline to address this challenge.
gigatexal超过 4 年前
Get paid by Google; kill services like Google.
rogerdpack超过 4 年前
It&#x27;s like allpeers all over again?
haezee超过 4 年前
Okay, but what happened?
CodinM超过 4 年前
From their Github repo, Deployment: &quot;Optionally telnet, to be able to quickly check your installation&quot;
angel_j超过 4 年前
Mozilla sucks at software. They are prescriptive, and always changing. They practice the worst of open source (give today, take tomorrow, user no choice, auto-updates), and they cannot keep up with enterprise in their own domain.