Return to site

Access Sftp From Windows 10

broken image


To upload and download files from FTP servers, you need an FTP client. Windows 10 File manager, File Explorer is capable of acting as a basic FTP client. To connect directly to an FTP site by using File Explorer, type the name of the FTP site (or IP Address) in the Address bar and press enter. Windows 10 started to include, by default, an OpenSSH client that lets you log in to Linux/BSD servers directly from Command Prompt. This client also comes with a bunch of other utilities, and SFTP is among them.

  1. Enable Sftp On Windows 10
  2. Microsoft Sftp Windows 10

Generally speaking people use a FTP client to upload files from computer to remote website or FTP server, or download files and data from web server to local computer. Check out this guide to connect to FTP server using FileZilla, the best free FTP client tool. However the latest computer and mobile phones allow us to directly connect to a web server through FTP without a FTP client or software. For example you can use Samsung phone to connect to FTP server and then download files from web server to mobile phone or upload files from our cell phone to FTP server. On Windows computers, you can also do the same thing. Windows OS has support FTP server connection for very long time. You can add FTP server or website to the Windows Explorer or File Explorer in Windows XP, Vista, Windows 7, Windows 8, Windows 8.1 and now the Windows 10. In this article, we will show you how to connect to FTP site or web server using the File Explorer for Windows 10. After that you will be able to open your website files and pages via the default file explorer on Windows PC. You can access FTP server just like you open any other folders on local hard drive. You can copy files from your computer hard drive to FTP server or the other way around easily.

Connect to FTP site server using File Explorer for Windows 10

Open the File Explorer on Windows 10 computer. Click on 'This PC' from the left navigation panel in Windows explorer, then click on Computer from the top, after that you will open the ribbon menu, choose ‘Add a network location‘. You can also quickly right click on 'This PC', then choose ‘Add a network location‘ from the jump-down context menu.

To add FTP server to Windows 10 file explorer, you will firstly have to input your website address or FTP server address in the 'Specify the location of your website' >> 'Internet or network address' box. It could be your FTP server address or domain name. If you do not have a FTP server or FTP account, you can refer to this tutorial to create a FTP account in cPanel hosting here. Click Next button.

Then you need to specify a username and password if required. Most FTP servers allow users to log on anonymously with limited access to the server. We recommend you to create a normal FTP account in your hosting control panel and access the FTP server with the username and password. Uncheck the 'Log on anonymously' option, then input your FTP username, and click Next button to proceed.

Now you need to give the FTP server, website or network location a name. It could be your domain name, server IP, site name or else. Click Next button and follow on-screen tips to finish adding FTP server to file explorer in Windows 10.

Now you can open the File Explorer on PC to quickly open your website directory or FTP server just like you open local hard drives or folder on your computer. You can then copy files from your computer hard disk to your web server or the other way around. By doing so, you can easily upload files to FTP server or download website files from FTP server to your computer through File Manager on Windows PC. No FTP client required any more!

Update Jan 2018: added ftp connection method through free FTP client FileZilla.

There are different ways to connect to your application remotely, some more secure than others. Two secure methods which we like to use ourselves are Secure Shell (SSH), and Secure File Transfer Protocol (SFTP). Both methods are supported over all our server plans include SSH and SFTP access.

Video Tutorial — How to Connect via SSH on Windows

Video Tutorial — How to Connect via SFTP on Windows

What is SSH?

Secure Shell provides strong authentication and encrypted data communications between two computers or servers connecting over an open network such as the internet. This means that any device in the middle is unable to decipher the communication because only your end device/server is able to decrypt the information exchange.

Tip

You can also run additional tools such as Composer, Git, WP-CLI for WordPress, and database queries using SSH.

What is SFTP?

SFTP stands for Secure File Transfer Protocol (also known as SSH File Transfer Protocol). It is a file transfer protocol such as FTP yet operates over a secure network protocol like SSH. We highly recommend using SFTP for file transferring because:

  • It adds a layer of security.
  • Transferred data is encrypted, so it is not sent in clear text.

How to Connect to Your Application Using SSH/SFTP

Prerequisites

Fnaf microsoft store. To connect to your server or application using SSH, you will need the following:

  • Master username or Application username.
  • Password
  • Public IP address (also known as Server IP)

We will help you locate this information on your Cloudways Platform in the next steps. Please note that the Master user has SSH access enabled by default; however, you need to manually enable SSH access for the application user(s).

SSH/SFTP — Accessing the Credentials

There are two types of credentials (Master credentials and Application credentials) on the Cloudways Platform that you can use to connect to your application. Usually, team members are provided with application credentials by the website owner. So, which credentials will you be using?

Important
  • If you are using Microsoft Windows you will either need to enable WLS (Windows Linux Subsystem) or else use a free third-party tool such as PuTTY . Alternatively, you can also use the built-in SSH Terminal of Cloudways Platform.
  • You need an SFTP client to connect to your server remotely. In this demonstration, we are using a free third-party tool called FileZilla , which is available on Windows and macOS, but you can also use any other client. Please make sure to download such tools only from their official website to always get the latest available version.
Using Master Credentials

Log in to your Cloudways Platform using your email address and password. Microsoft word viewer osx.

  1. From the top menu bar, open Servers.
  2. Then, choose the server you wish to connect.
  1. Under Server Management, you can find your Public IP address, username, and password. Be sure to take note of it.
Tip

Click on credentials to copy it on the clipboard.

Using Application Credentials

Log in to your Cloudways Platform using your email address and password.

  1. From the top menu bar, open Servers.
  2. Then, choose your server where your desired application is deployed to view application credentials.
  1. Next, click www.
  2. Choose your desired application's name.

Enable Sftp On Windows 10

  1. Under Application Credentials, you can find your Public IP address, application username, and password. Be sure to take note of it.
Tip

Microsoft Sftp Windows 10

  • Click on credentials to copy it on the clipboard.
  • If there are no credentials, then you can create application credentials.

Below, you will find information about initiating connections using SSH and SFTP separately.

SSH (Microsoft Windows) — Initiating Connection
  1. Launch PuTTY client and enter your Host name (Server Public IP address).
  2. Input Port 22, which is also the standard TCP port for SSH.
  3. Click Open.
  1. You may see an RSA2 key prompt if this is your first time connecting to the server. Click Yes to make this a trusted host for future connections.
SSH (Microsoft Windows) — Logging in to Server
  1. Here, you need to input your master or application username, which you previously noted.
Tip
  • To paste the copied item in the terminal, tap right-click once.
  • The terminal screen will only work with arrow keys for navigation, not with a mouse.
  1. Next, input your password. Please note that no character will appear as you type the password due to security reasons.
  1. You are now connected to your server via SSH. Now, you can run commands such as ls to list and navigate your files and directories.
Important

If you are using the Master Credentials, you will need to browse to your target application folder. If you are using the Application Credentials, you will land directly in the respective application folder.

SSH (Linux/macOS) — Logging in to Server

We won't require any external SSH client for Linux/macOS, although you are free to do so if you already have some preferred 3rd party application. In this example, we are using Linux (Ubuntu).

  1. Open your terminal and execute the following command. Username refers to a master username or application username, and the hostname is your Server Public IP address. By default, the SSH connection is initiated using port 22.
Windows 10 sftp server

Example: ssh master_ojnokgldl@192.168.0.1

Note: you can also point your SSH client to which private key should be used by using the -i identity switch as follows:

Tip
  • The terminal screen will only work with arrow keys for navigation, not with a mouse.
  1. You may see an RSA key prompt if this is your first time connecting to the server. Type yes to make this a trusted host for future connections.
  1. Next, input your password. Please note that your password will not become visible due to security reasons.
  1. You are now connected to your server via SSH. Now, you can run commands such as ls to list and navigate your files and directories.
Important
  • If you are using the Master Credentials, you will need to browse to your target application folder. If you are using the Application Credentials, you will land directly in the respective application folder.
  • Please note that SSH is a potent tool, and advanced users use it. Executing wrong instructions may break your website and delete the critical files; therefore, we recommend using it with extra care and always take a backup of the application you are working on or take a whole server backup always to restore if needed.
SFTP — Initiating Connection
  1. Launch FileZilla client and enter sftp://server-ip-address in Host. By writing sftp:// , you are ensuring that the SFTP connection is formed.
  2. You need to input your master or application username, which you previously noted.
  3. Next, input your password.
  4. Set Port 22.
  5. Finally, click QuickConnect.
  1. You are now connected to your server via SFTP. Now, you can drag and drop files and folders between your personal computer and your server.
Important
  • If you are using the Master Credentials, you will need to browse to your target application folder. If you are using the Application Credentials, you will land directly in the respective application folder.
  • If you face any permission-related issues, then you can also reset your file and folder permissions.
That's it! You have learned how to connect to your application(s) using SSH and SFTP remotely. If you are having trouble building remote connections, please feel free to contact us via LiveChat or open a support ticket so that our support heroes can assist.



broken image