
Once you have everything installed, you’re ready to go.


The server-side of things requires the command: I’ll demonstrate on my platforms of choice. On the off-chance you don’t have these tools installed, they can be added easily. Fortunately, nearly every single Linux distribution comes with openssh installed by default. You will also need openssh installed on the client machine as well. Obviously, you’ll need to have a server running openssh-server. I’m going to demonstrate how to connect to a remote Ubuntu 16.04 server, via the sftp protocol, using both Elementary OS Pantheon Files and GNOME Files (on Ubuntu 17.10). With that in mind, you can enjoy a GUI sftp experience, without having to install a third-party solution (such as FileZilla).Īs you might expect, this is quite easy to pull off. If that’s you, you’re in luck, as most Linux file managers (such as GNOME Files, Nautilus, Nemo, Thunar, Dolphin, Pantheon Files, etc) all have built-in support for SSH and its included tools. You can upload files with the command put FILENAME (Where FILENAME is the name of the file).īut what if you don’t want to work with the command line? Maybe you find the GUI a more efficient tool. Once logged in, you can then download files onto your local machine with the command get FILENAME (Where FILENAME is the name of the file).

Open up a terminal window and log in with the command ssh (Where USERNAME is the actual remote username and IPADDRESS is the address of the remote machine). So instead of risking the transfer of files over an insecure means, you can make use of SSH, via sftp.

Not only does it allow you to easily administer your Linux servers remotely (by way of the command ssh), it also includes a more secure version of the File Transfer Protocol (FTP). For more info, visit our Terms of Use page. This may influence how and where their products appear on our site, but vendors cannot pay to influence the content of our reviews. We may be compensated by vendors who appear on this page through methods such as affiliate links or sponsored partnerships. If a fear of the command line has prevented you from making use of the more secure sftp, Jack Wallen wants to show you how you can easily connect to that remote server, with a simple file manager. How to use Linux file manager to connect to an sftp server
