SFTP (SSH file transfer)


Revision as of 11:12, 4 December 2009 by Wikiadmin (talk | contribs) (Created page with 'For the greatest security possible when connecting via FTP, we suggest using SFTP. We support this for all FTP accounts. You can read about SFTP here: http://en.wikipedia.org/wi…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

For the greatest security possible when connecting via FTP, we suggest using SFTP. We support this for all FTP accounts.

You can read about SFTP here: http://en.wikipedia.org/wiki/SSH_file_transfer_protocol

This is a secure alternative to ftp that keeps usernames and passwords from being transmitted in plain text and easily stolen by malware and other 3rd parties.

One way to try this is using FileZilla (free download from filezilla-project.org). Simply pick 'SSH file transfer protocol' as the server type in the drop down - same ftp hostname, username and password as before. It will prompt you with our public key, accept it and you're in. It will functionally the same, though possibly a touch slower due to the encryption overhead.

For other FTP clients, we suggest referring to the program help documentation.