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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Shutting down FTP services

140 点作者 danirod超过 8 年前

9 条评论

droopybuns超过 8 年前
This sentence struck out to me:<p>&gt;&gt;The protocol is inefficient and requires adding awkward kludges to firewalls and load-balancing daemons<p>I have always been aware that ftp across firewalls can be wonky, but never stopped to ask why.<p><a href="http:&#x2F;&#x2F;www.ncftp.com&#x2F;ncftpd&#x2F;doc&#x2F;misc&#x2F;ftp_and_firewalls.html" rel="nofollow">http:&#x2F;&#x2F;www.ncftp.com&#x2F;ncftpd&#x2F;doc&#x2F;misc&#x2F;ftp_and_firewalls.html</a><p>&gt;&gt;The primary problems that the FTP poses to firewalls, NAT devices, and load-balancing devices (all of which will simply be referred to as Ârouting devices and not &quot;routers&quot; since gateway machines generally aren&#x27;t problematic) are:<p>&gt;&gt;Additional TCP&#x2F;IP connections are used for data transfers;<p>&gt;&gt;Data connections may be sent to random port numbers;<p>&gt;&gt;Data connections may originate from the server to the client, as well as originating from the client to the server;<p>&gt;&gt;Data connections destination addresses are negotiated on the fly between the client and server over the channel used for the control connection;<p>&gt;&gt;The control connection is idle while the data transfer takes place on the data connection.<p>What a protocol.
评论 #13507648 未加载
评论 #13507600 未加载
评论 #13509729 未加载
评论 #13508619 未加载
评论 #13507578 未加载
评论 #13507636 未加载
gumby超过 8 年前
FTP may look crufty today but it was an excellent protocol <i>for its time</i>, and offers capabilities you can&#x27;t really get with any other current protocol.<p>Really, the problem is that NAT is a terrible idea and screws up the idea of a fully end-to-end Internet.
评论 #13510010 未加载
评论 #13511154 未加载
nickpsecurity超过 8 年前
Almost all downloads these days are over HTTP or native apps. Probably for the better that we let FTP go. If we do a custom one, its should have benefits the popular solution doesn&#x27;t have. Maybe performance (eg Tsunami, UDT) or security (stuff with TLS). Ton of solutions for availability with existing stuff so I leave it off.
评论 #13507958 未加载
eps超过 8 年前
&gt; <i>while kinda neat and convenient, offering a public NFS&#x2F;CIFS server was a Pretty Bad Idea</i><p>\\live.sysinternals.com\tools says Hi
评论 #13510523 未加载
systematical超过 8 年前
I pretty much avoid it, even on sites that need it for wordpress you can use SFTP instead with the use of the wp sftp plugin
bluedino超过 8 年前
Why can&#x27;t you run FTP on a CDN?
评论 #13514014 未加载
digi_owl超过 8 年前
Kinda sad, as i often fire up ftp urls when looking for tar-balls of source releases.
frik超过 8 年前
IMHO stupid decision. There are many mirrors, that will be affect. FTP has it&#x27;s place.
评论 #13509758 未加载
评论 #13507486 未加载
ryanmccullagh超过 8 年前
1998, was so long ago. I was 8 years old! The Kernel was released the year I was born. Then, in like 2011 I first heard of Linux and downloaded Ubuntu 10.
评论 #13507471 未加载
评论 #13507740 未加载
评论 #13508006 未加载