Can PuTTY be used for FTP?
Mia Morrison
Updated on April 01, 2026
Can PuTTY be used for FTP?
Putty is an SSH/Telnet client not an FTP client – different protocol, different TCP port. FTP is typically exposed since it’s less risk – SSH can be much more dangerous and I would suspect blocked if you’re seeing a connection timeout message.
How do I connect to FTP via SSH?
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.
How does SSH tunnel work in PuTTY?
SSH tunneling, or SSH port forwarding, is a method of transporting arbitrary data over an encrypted SSH connection. SSH tunnels allow connections made to a local port (that is, to a port on your own desktop) to be forwarded to a remote machine via a secure channel.
How do I tunnel through PuTTY?
How to Set Up an SSH Tunnel With PuTTY
- Step 1 – Load the Gateway. First, if you have not already done so, create and save the SSH gateway server as you would any other.
- Step 2 – Configure the Tunnel. In the left-hand side nav tree, click Connection > SSH > Tunnels.
- Step 3 – Open the Tunnel.
Can I use PuTTY for SFTP?
The PuTTY PSFTP client offers a subset of OpenSSH SFTP commands, and is compatible with NetStorage. PuTTY’s PSCP client has an -sftp backend mode of operation that works likes PSFTP.
Can PuTTY be used for SFTP?
How do I tunnel a port over SSH?
To do this in PuTTY on Windows, select Connection > SSH > Tunnels. Select the “Remote” option. For “Source Port”, enter the remote port. For “Destination”, enter the destination address and port in the form local_address:local_port.
Is SSH a two way?
With Two-Way SSH tunnel you can connect to any destination under a single condition, which is, the ability to ssh login from the destination to the source. If you can do that, you can as well reverse login from source to destination even if it is behind firewall or NAT.
How do I tunnel through SSH?
Access the server using an SSH tunnel
- In the “Connection -> SSH -> Tunnels” section, create a secure tunnel by forwarding a port (the “destination port”) on the remote server to a port (the “source port”) on the local host (127.0.
- Click the “Add” button to add the secure tunnel configuration to the session.
How do I check my FTP connection in PuTTY?
3. Verify the FTP server is Accepting Connections
- Select START | RUN.
- Enter “cmd” and select OK.
- Type “ftp hostname” at the prompt, where hostname is the hostname you wish to test, for example: ftp ftp.ftpx.com.
- Press enter.