15 Jul 2009

Protect your FTP transfers by using SFTP

Did you know that every time you connect to your ftp site using regular “ftp://” (or not specifying at all), your username and password are fully visible to anyone sniffing around at the right time, which exposes your site to being hacked.

Most reputable hosts these days support secure FTP, and if you’re using an average to good FTP program you can choose to connect using SFTP. Once you do this it will likely trigger a security certificate issue (which you just accept) and you’re on your way to having fully encrypted data transfers. In CuteFTP I simply connect to sftp://yummy-wakame.com instead of ftp://yummy-wakame.com, and it changes the ports and all the settings automatically for me. Depending on your FTP client it may be a little more complicated than this but its definitely worth a try. I now connect to all my clients websites in this way and thought I’d share.

Leave a Comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.