Overview
- Last Updated: April 16, 2025
- 1 minute read
- WS_FTP Pro
- Version 12.9
Overview
SSH (Secure Shell) protocol, also known as SFTP (Secure File Transfer Protocol), can be used with FTP to provide improved security over standard FTP. This chapter describes how the SSH protocol is used within Progress WS_FTP Professional.
SSH is a security protocol that lets you make a secure connection to a server that has the SSH and SFTP (Secure File Transfer Protocol) protocols installed.
SSH encrypts all communications to and from the client and server. When an SSH connection is made, SFTP is the protocol that is used to perform all tasks on that single secure connection. For maximum security, Progress WS_FTP Professional uses SSH2 with the SFTP protocol to make SSH transfers.
Whereas FTP servers usually 'listen' on port 21 for connection, SSH servers use port 22.