SFTP Client
Transfer your files securely between your servers and your PC

This protocol is a modern file transfer protocol that is implemented as part of the Secure SHell (SSH) protocol version 2.0 engineered by the Internet Engineering Task Force (IETF). It allows secure file transfers from the client to the server and from the server to the client.
How to connect
To connect the client to the SFTP server, you have two ways to initiate a connection to the server, which is connecting directly from the main shell, and connecting inside the SFTP shell.
Connecting to SFTP from UESH
To connect directly from UESH, please follow the steps:
Use the
sftp <server>
commandAuthenticate using your username and your password or your private key
You're connected!
Connecting to SFTP inside the SFTP shell
To connect to your SFTP server inside the SFTP shell, please follow the steps:
Use the
sftp
commandNow, execute the
connect <server>
commandAuthenticate using your username and your password or your private key file
You're connected!
Commands
To see the available commands provided by this shell, consult this page below:
Commands List