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?
- Users of the protocol must identify themselves with a username and password.
- Data sent via SFTP is encrypted. This prevents the data from being intercepted by third parties.
- 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?
- Secure file transfer: all data is secured and encrypted during transfer.
- Remote file management: files can be managed on an external server.
- Enhanced security
- Interruption recovery: SFTP supports the resumption of interrupted file transfers, which is ideal for sending large files over long network connections.