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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

ffsend: A fully featured Firefox Send command line client

281 点作者 archb将近 3 年前

10 条评论

ebfe1将近 3 年前
If anyone is interested, after firefox send shutdown, i wrote <a href="https:&#x2F;&#x2F;www.relaysecret.com" rel="nofollow">https:&#x2F;&#x2F;www.relaysecret.com</a>, its footprint is extremely small (1 lambda function that does all signing for s3 upload&#x2F;download, simple frontend code that does encryption in browser using web crypto api with no 3rd party Js, no 3rd party css, no tracking. Anchor tag is used for additional random key material (so it wont leave ya browser and files will always be encrypted regardless).<p>You can roll your own too with the terraform code in it. It costs me barely anything (never go over free tier limit) to run it because files never live more than 10 days (there is a catchall lifecycle rule on the bucket) and when users select durations, i also put them in bucket prefix that has lifecycle rule place on objects under them for that duration. Note that we can&#x27;t rely on lifecycle rule all the time so i also make sure when lambda is called to access the object, it checks the time-stamp, the duration and if it is meant to expire and not yet cleaned up by s3 - lambda function deletes it.<p>I learnt a ton of cool things about s3 after this neat little project and really dig the API, the lifecycle rule, signing url etc...<p>Ps: for these type of tool, you should definitely mitm it to see if plaintext file or password ever leave the browser... Relaysecret does leave one item unencrypted and that is the file name. You can change it upon upload but i like to leave it there so people know what they are downloading. I have simple idea of encrypting that with just the anchor key but haven&#x27;t gotten around to put that in yet.
评论 #31871596 未加载
评论 #31870281 未加载
评论 #31874992 未加载
评论 #31875006 未加载
Barrin92将近 3 年前
send is nice but my favorite tool by far in this category is magic wormhole<p><a href="https:&#x2F;&#x2F;magic-wormhole.readthedocs.io&#x2F;en&#x2F;latest&#x2F;welcome.html" rel="nofollow">https:&#x2F;&#x2F;magic-wormhole.readthedocs.io&#x2F;en&#x2F;latest&#x2F;welcome.html</a><p>it only relies on a third party for a handshake rather than storing files online, so there&#x27;s no limit to what you can send and it&#x27;s probably less likely to go away.
评论 #31869121 未加载
评论 #31869922 未加载
评论 #31873746 未加载
评论 #31874363 未加载
评论 #31872284 未加载
aaviator42将近 3 年前
For the same purposes, I use a script I wrote that can be thought of as a simple self hosted FF Send alternative.<p>Allows you to easily upload files to your server from a web interface and share them.<p>It&#x27;s a single PHP script you chuck on a server (shared hosting or virtual private or homelab): <a href="https:&#x2F;&#x2F;github.com&#x2F;aaviator42&#x2F;izi" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;aaviator42&#x2F;izi</a>
hericium将近 3 年前
It&#x27;s somewhat funny how Mozilla uses &quot;fx&quot; for Firefox abbreviation while the rest of the world uses &quot;ff&quot;.
评论 #31879059 未加载
ghostly_s将近 3 年前
This is a client for connecting to alternate implementations of the original &#x27;Firefox Send&#x27; filesharing service; <i>not</i> the current Firefox &#x27;Send&#x27; service which just sends tabs between synced Firefox clients (unfortunate as I would find that useful).
timvisee将近 3 年前
Dev here. I&#x27;d be happy to answer any questions!
sexy_panda将近 3 年前
There is another file hosting application called plik.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;root-gg&#x2F;plik" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;root-gg&#x2F;plik</a><p>It also supports login providers like Google and has cli clients.
isjamesalive将近 3 年前
This looks cool, and thank you for using rust and not js&#x2F;npm.
评论 #31875082 未加载
MrYellowP将近 3 年前
I&#x27;m sorry, but isn&#x27;t this just ftp re-invented?
评论 #31872363 未加载
robonerd将近 3 年前
Did Mozilla bring this back? Last I heard, Firefox Send was shut down due to malware&#x2F;etc moderation issues.<p><a href="https:&#x2F;&#x2F;support.mozilla.org&#x2F;en-US&#x2F;kb&#x2F;what-happened-firefox-send" rel="nofollow">https:&#x2F;&#x2F;support.mozilla.org&#x2F;en-US&#x2F;kb&#x2F;what-happened-firefox-s...</a><p>&gt; <i>Firefox Send has been discontinued as of September 17th, 2020. You will no longer be able to upload or receive files. We’d like to thank all of you who tried Firefox Send.</i><p>&gt; <i>We started Firefox Send as a way for you to share files safely and easily from any browser. Unfortunately, some abusive users were beginning to use Firefox Send to ship malware and conduct phishing attacks. When this problem was reported, we stopped the service. Please see the Mozilla Blog for more details on why this service was discontinued.</i>
评论 #31868703 未加载
评论 #31868683 未加载
评论 #31868688 未加载