No More FTP At Debian (debian.org)
New submitter Gary Perkins writes: It looks like anonymous FTP is officially on its way out. While many public repositories have deprecated it in favor of HTTP, I was rather surprised to see Debian completely drop it on their public site. In a blog post, the team cited the FTP's lack of support for caching or acceleration, and declining usage as some of the reasons for their decision.
Thank goodness, FTP needs to die in a fire. Everyone should be using SCP/SFTP nowadays anyways.
Every time I used FTP in my sources.list, it was slower to connect. The whole apt-get update process could therefore be twice as long on FTP, compared to HTTP. Even though I guess once connected, the file transfer protocol should be more efficient.
uucp now deprecated by ftp.
I was pretty excited by the title - thought maybe there would be a wholesale move to HTTPS, given that it's 2017 and all.
Signed packages are great, but everything should be working towards being pro-privacy and MitM-resistant by this point. Leaking metadata is so 2014.
My God, it's Full of Source!
OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
...and nothing of value was lost.
Ask me how the Heisenberg Principle may or may not have saved my life.
FTP has been obsolescent ever since NAT became widespread. HTTP passes through NAT with ease since only one TCP connection is established by the client to the server. The FTP way of using two separate connections for commands and data, and making the server connect back to the client, was always problematic. Passive mode FTP, in which the client establishes both connections, was always a lousy kludge to fix a fundamental incompatibility with NAT.
Since I live in Silicon Valley, the fastest way to download a Linux distro during the dial-up days was to download from Australian FTP servers. They and my dial-up UNIX provider had a direct connection to MAE-West, which was about five miles from where I lived at the time. It often took a week to download overnight each CD of a five-CD distro.
Until I can list only *xz files, that I would like to see (s)ftp continue.
Hint: the "cache" mentioned by the article are several world-wide content-delivery networks. That's a fleet of 10Gbps servers located closer to the data consumers, giving you much better throughput *and* latency, and some DDoS resistance for free (and a lot more than "some" for $$$).
Why the hell is the parent scored "3"? At least tag it "funny"...
Along with many other antiquated protocols, FTP is now going the way of gopher, telnet and other such early protocols the internet used.
FTP was a neat tool in its day, with lots of anonymous-enabled repositories of free software (and sometimes not-so-free.) Gone are the days of highjacking a server with lots of disk to make it a file dump via FTP.
As more repositories close down, I wonder how they will be replaced? I have not seen much in the way of clearing houses for free software in web-page format, yet. Sure, a lot of linux distros are hosted up on websites, but rarely do you find indexes like you can with FTP easily.
I'll miss the days of using somewhat questionable 'ftp search' websites that tried to scrape as much info as they could from anonymous-enabled FTP servers around the globe.
You'll be missed, good ol' FTP.
wget
It's not a bug, it's a feature...
how else would you download Firefox without IE/Edge?
With another computer, of course.
How else would you download Firefox without IE/Edge:
In Powershell:
Invoke-WebRequest -OutFile Firefox.exe "https://download.mozilla.org/?product=firefox-53.0-SSL&os=win64&lang=en-US"
But I would rather use Edge than Powershell.
Just use a reverse-proxy and force caching duh!
Everything I write is lies, read between the lines.
Or use a ftp reverse proxy like this one for cdn type use cases:
http://www.delegate.org/delega...
The following is a real example of a configuration of DeleGate on ftp://ftp2.delegate.org running as a caching-FTP-reverse-proxy. It expires the cache by 1 seconds because it is just for a backup server of ftp://ftp.delegate.org that is, it returns cached data only when the target server is down.
Everything I write is lies, read between the lines.
how else would you download Firefox without IE/Edge?
I'm trying to come up with a scenario that would require someone to never start IE/Edge even if just for downloading Firefox. Maybe you can help me with that.
Windows 98 with the bundled IE5 was really good for this. An explorer.exe window had three modes of operation basically : web browser, file manager and FTP client, the latter looking about identical to browsing local files.
So, you've got a D:\crap window open, a D:\foo window perhaps, an Internet Explorer window you use for browsing some file archive website or whatever else. You can use the Internet Explorer window to browse a ftp site you've found, or turn the D:\foo window into a FTP client by hitting alt-d, entering something like ftp://ftp.site.com, hitting enter, then drag'n'drop files between the D:\crap window and the FTP client window.
I suppose KDE does this or did this (what with Konqueror being deprecated. But I have few interest in KDE anyway as they keep rewriting it once or twice a decade and adding fade out effects or whatever)
Windows XP/IE6 also did it and ME, 2000.