How to connect remote server from local server using SFTP command via SSH?

Опубликовано: 15 Май 2026
на канале: B2b Hostingclub
69
2

Today in this video you will learn about how to connect with another another server using SFTP via SSH. You can establish an SSH connection and then open up an SFTP session using that connection by following the instructions given below.

Follow the steps given below to connect with another server using SFTP via SSH:
Step::1 Login to Putty
Step::2 Run the following command
sftp sammy@your_server_ip_or_remote_hostname
Step::3 Enter the password
Step::4 Now SFTP connection is established, in case when you are finished with your work and want to return back to local server, enter 'exit' command.

That's it!!!