in short, FTP is "in the clear" so every character you type is sent across the internet completely readable. So should someone be inline of your traffic they could easily read your user name and password. sFTP is encrypted. And yes, googling and wiki'ng would have answered this.
If FTp is less secure than Sftp then why people use FTP
The short answer is because not all clients support SFTP.
A lot of existing clients and, importantly, web publishing tools only support plain FTP. If web hosts were to abandon FTP in favour of the secure variety they would be inundated with support requests by users trying to publish from MS Frontpage, or whatever.
One could say that users of older tools without support for SFTP should upgrade. We said that about IE6. Years ago. Add to that the confusion over SFTP, FTP over SSH and FTPS and which one(s) to support and it just becomes easier to allow users to use plain FTP.
Connecting to a server through an SFTP protocol is essentially the same as connecting through a standard FTP protocol. The only real difference is that you instruct your FTP client to connect to your SSH port rather than your FTP port (in most cases, FTP defaults to port 21 while SSH defaults to port 22). If you have an FTP client that doesn’t allow you to insert custom port numbers,
The short answer is because not all clients support SFTP...
This is no reason to not use sFTP. If your client doesn't support sFTP, then change your client. Only if the server you're connecting to doesn't allow sFTP, then and only then use FTP.
What I meant to say was the reason why most web hosting servers still allow plain ftp is that not all software clients support the other more secure protocols. If server operators ditched ftp support then we would all stop using ftp, however until the majority of software clients support sftp (and that currently is not the case) then they won't do that.
It's the same kind of chicken and egg situation with IE6 - if designers stopped supporting it (by using hacks and work arounds for it) then people would soon ditch it. Most designers go to great lengths to ensure that their sites look, if not perfect, at least passible in IE6. This means its users have no incentive to upgrade. That is to say they have no incentive other than the already valid reasons of better security, more features and modern standards support but since they have ignored these for some time it seems a more compelling reason is required.
However, I suppose anonymous ftp will always have a place in the same way that we use non-secure http for most sites.
* http://www.pragmasys.com/PragmaSFTP_vs_FTP.asp
* http://www.wise-ftp.com/know-how/ftp_and_sftp.htm
* http://www.ftpplanet.com/archives/2007/ ... tps_vs.asp
Wikipedia also has two articles on the subject:
* http://en.wikipedia.org/wiki/SSH_file_transfer_protocol
* http://en.wikipedia.org/wiki/File_Trans ... .28SFTP.29
Plus all of the things listed in the FIVE links provided.
yea... STOP WASTING YOUR TIME SPAMMING OUR FORUMS! *ban*
The short answer is because not all clients support SFTP.
A lot of existing clients and, importantly, web publishing tools only support plain FTP. If web hosts were to abandon FTP in favour of the secure variety they would be inundated with support requests by users trying to publish from MS Frontpage, or whatever.
One could say that users of older tools without support for SFTP should upgrade. We said that about IE6. Years ago. Add to that the confusion over SFTP, FTP over SSH and FTPS and which one(s) to support and it just becomes easier to allow users to use plain FTP.
This is no reason to not use sFTP. If your client doesn't support sFTP, then change your client. Only if the server you're connecting to doesn't allow sFTP, then and only then use FTP.
It's the same kind of chicken and egg situation with IE6 - if designers stopped supporting it (by using hacks and work arounds for it) then people would soon ditch it. Most designers go to great lengths to ensure that their sites look, if not perfect, at least passible in IE6. This means its users have no incentive to upgrade. That is to say they have no incentive other than the already valid reasons of better security, more features and modern standards support but since they have ignored these for some time it seems a more compelling reason is required.
However, I suppose anonymous ftp will always have a place in the same way that we use non-secure http for most sites.