Are there security issues with FTP, or do people just not use it enough because HTTP supplants it? I haven't used FTP in a while to download files.
Mozilla will remove FTP support in Firefox
11–20 of 86 posts
Re: Mozilla will remove FTP support in Firefox
#12I'm curious as to how many people use FTP in the browser?
Given that such downloads should be authenticated using ftp is non-ideal though, I guess.
Re: Mozilla will remove FTP support in Firefox
#13One more reason not to use firefox. Firefox became the younger brother of Chrome. Why they can't be independent and think for themselves ?
Re: Mozilla will remove FTP support in Firefox
#14Are there security issues with FTP, or do people just not use it enough because HTTP supplants it? I haven't used FTP in a while to download files.
Plaintext passwords over the net. Also, it's somewhat painful for NAT because it opens up a second port that isn't a named one, the client sends that port number to the server, then the server opens a connection to the client.
Most clients use the passive FTP extension, in which the server sends the client a host/port pair to connect to for the data connection. Still painful, but slightly less so.
Re: Mozilla will remove FTP support in Firefox
#15Re: Mozilla will remove FTP support in Firefox
#16I'm curious as to how many people use FTP in the browser?
Re: Mozilla will remove FTP support in Firefox
#17Re: Mozilla will remove FTP support in Firefox
#18Are there security issues with FTP, or do people just not use it enough because HTTP supplants it? I haven't used FTP in a while to download files.
For sure it is unencrypted, so it is vulnerable to man-in-the-middle attacks.
Re: Mozilla will remove FTP support in Firefox
#19One more reason not to use firefox. Firefox became the younger brother of Chrome. Why they can't be independent and think for themselves ?
Re: Mozilla will remove FTP support in Firefox
#20Are there security issues with FTP, or do people just not use it enough because HTTP supplants it? I haven't used FTP in a while to download files.
Having said that: nowadays it isn’t uncommon to say “FTP server” for a server running SFTP, its secure replacement, so it isn’t clear to me what exactly is being removed from Firefox.