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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Where can I host a file for free in 2020?

1 点作者 dzej_bi超过 5 年前
I&#x27;d like to host a file somewhere in the cloud and publicly share a link to download it.<p>1. For free 2. Reliable 3. I want the file to start downloading right after a link is clicked. So that no &quot;download page&quot; shows up in between. All major cloud vendors offering free file sharing (Google Drive, WeTransfer, etc.) show this download page.<p>It is EXE file, 29MB large.

2 条评论

arkadiyt超过 5 年前
You can copy the direct download link from Google Drive&#x27;s download page. For instance:<p><a href="https:&#x2F;&#x2F;drive.google.com&#x2F;uc?id=1cwRBCm3TbjpYMTVqJBsjfFGtrQ5ZdkGq&amp;export=download" rel="nofollow">https:&#x2F;&#x2F;drive.google.com&#x2F;uc?id=1cwRBCm3TbjpYMTVqJBsjfFGtrQ5Z...</a><p>I&#x27;m sure other providers are similar.
badrabbit超过 5 年前
Use a ngrok tunnel. I also had some luck with transfer.sh I believe. Your operating word here is &quot;free&quot;.<p>For a exe, just use github . i know a few projects that host downloads on there.