hover animation preload hover animation preload hover animation preload
wordpress post entry title background
FTP vs FTPS vs SFTP
post entry title background
By Hugh Garber - 1,736 views

Lemme guess, you’re not fluent in the alphabet soup lingo of file transfer.
Well, the truth is its confusion as hell! We’ve got FTP, FTPS (also called SSL), and SFTP (also called SSH). But here is a great article on the Delphi300.com website that compares the differences between them.
Here’s the summary, but I definitely encourage you to check out the gory details….
* FTP — File Transfer Protocol. Popular and fast way of moving files between a client and a server. The problem with FTP is that it’s not secured by encryption, leaving files at risk of being compromised during transport.
* FTPS — File Transfer Protocol over SSL. FTPS is an encrypted flavor of the FTP protocol (kind of like how HTTPS is an encrypted flavor of HTTP).
* SFTP — SSH File Transfer Protocol. SFTP uses the Secure Shell (ie: SSH) protocol to encrypt all file transfer communications. SFTP is a bit more firewall friendly because it uses only 1 port and it’s also a bit more secure than FTPS. SFTP is gaining steam as the most preferred method of secure file transfer, particularly in infrastructures that favor unix but SFTP is quickly gaining steam in Windows environments as well.
Now go read the full article for more details!

Share and Enjoy:
  • Digg
  • Google Bookmarks
  • del.icio.us
  • Facebook
  • Live
  • Technorati
  • LinkedIn
  • Yahoo! Buzz
  • MySpace
  • Reddit
  • Ping.fm
  • StumbleUpon
  • Yahoo! Bookmarks
  • Twitter
  • RSS
  • Print this article!
  • E-mail this story to a friend!
  • 1 Comment
  • Ra
    December 24, 2009 11:58

    Is it safe to use ssh on windows or sftp in that case, if your password is discovered, the server can get much harm. I guess the solution is not to login with root user under windows.


  • Leave a Reply