OpenSSH SFTP server
Secure file transfer built into every major operating system. The SFTP subsystem of the OpenSSH server handles encrypted file operations over SSH.
About OpenSSH SFTP server
The SFTP server supports chroot jails for restricted user directories, public key authentication, and integration with PAM or LDAP. It is part of the OpenBSD project and is maintained by the same team. Because it runs as a subsystem of sshd, configuration is done in sshd_config with directives like Subsystem sftp internal-sftp.
System administrators and backup software vendors use it as a reliable, audited, and zero-cost file transfer layer. It is open source under a BSD license. The SFTP protocol alone does not provide snapshots or deduplication, so it is best paired with a backup tool that handles versioning and compression on the client side.
Quick Facts
- Pricing
- Free
- License
- Open Source
- Platform
- Any Platform
- Version
- 9.9
- Developer
- OpenBSD Project