How do I SSH to an FTP?
Sarah Oconnor
Updated on April 26, 2026
Using SSH with FileZilla
- Open FileZilla and enter your connection details in the top line (quickconnect).
- Username is your cPanel/ FTP username.
- Password is your cPanel/ FTP password.
- Port is 22.
- to connect, click Quickconnect button.
- If you are asked to confirm the key, accept.
Is FileZilla a SSH?
Alternative Method. FileZilla supports the standard SSH agents. If your SSH agent is running, the SSH_AUTH_SOCK environment variable should be set. (Note, the “Normal” logon type should be set for the server in order to use the SSH agent socket.)
Is SSH FTP the same as SFTP?
SFTP stands for SSH File Transfer Protocol. SSH is an encrypted and secure communication protocol, and it provides an extension to transfer files. In fact, SFTP is completely different from FTP. It still does essentially the same job, but securely, and with better compatibility and formality than FTP.
Is FTP Voyager free?
The FTP Voyager is a free FTP client of Solarwinds, which is not part of Serv-U package. Normally, we offer it as an option to use when connecting to the Serv-U MFT/FTP server. See Using the FTP Voyager Scheduler.
Does FTP require SSH?
FTP over SSH is plain FTP protocol tunneled through SSH. SFTP is the file transfer mechanism offered by SSH and it’s a completely different protocol.
Can I use SSH to transfer files?
Copying files via SSH uses the SCP (Secure Copy) protocol. SCP is a method of securely transferring files and entire folders between computers and it is based on the SSH protocol that it’s used with. Using SCP a client can send (upload) files securely to a remote server or request (download) files.
Can you SFTP with SSH?
SFTP cannot exist without SSH — SFTP uses SSH as the binding agent to transfer files securely. In other words, SSH protocol is used in the file transfer mechanism SFTP. In fact, most SSH servers include SFTP capabilities.
Is putty an FTP client?
Putty is an SSH/Telnet client not an FTP client – different protocol, different TCP port.
Is SSH and SFTP the same?
SFTP stands for SSH File Transfer Protocol. SSH is an encrypted and secure communication protocol, and it provides an extension to transfer files. In fact, SFTP is completely different from FTP. It still does essentially the same job, but securely, and with better compatibility and formality than FTP.
Does a SSH server necessarily support SFTP?
While SFTP could potentially be applied on any secure channel other than SSH channels, it typically is only used in the context of an established SSH channel, and as such, requirements for connections SSH typically hold true for SFTP connections as well.
What is the best secure FTP server?
JSCAPE is best for securely managing your file transfers. JSCAPE MFT Server is an advanced secure FTP server. It has various security attributes like additional authentication options and access control mechanisms. It has features for password management and DLP.
What does SSH use UDP for?
The SSH protocol uses or has used 22/UDP for tunneling control through TCP. If decoded properly via Wireshark and you are tunneling a connection through via either ssh-agent or tunneling remotely or locally you would notice that UDP is encapsulated within the TCP segments.