View Categories

What is a secure file transfer protocol (SFTP) and when should I use it?

< 1 min read

A secure file transfer protocol (SFTP) is a network protocol that provides file access, file transfer, and file management over any reliable data stream. It is most often used in connection with the SSH protocol to provide secure authentication for the file transfers. SFTP should be used when transferring sensitive or large files, and it is also useful for backing up files and automating file transfers.


  1. Ensure server authentication is enabled for secure file transfers
  2. Limit file access based on a user’s credentials
  3. Use encryption to protect information during transit
  4. Be aware of the data loss prevention measures your server provides
  5. Use secure protocols for any external connections
  6. Regularly back up information and data

Powered by BetterDocs