What is SFTP ?

SFTP stands for Secure File Transfer Protocol. It is a protocol that ensures secure file transfer via an encrypted network connection and allows files to be managed, downloaded, and transferred securely between different computers. 

How does it work?

  1. Users of the protocol must identify themselves with a username and password.
  2. Data sent via SFTP is encrypted. This prevents the data from being intercepted by third parties.
  3. Files can also be managed on an SFTP server: it is possible to create folders, delete files, and change access rights. 

What does it do?

  1. Secure file transfer: all data is secured and encrypted during transfer. 
  2. Remote file management: files can be managed on an external server.
  3. Enhanced security
  4. Interruption recovery: SFTP supports the resumption of interrupted file transfers, which is ideal for sending large files over long network connections.