Table of Contents

How to transfer files between Linux computers using SFTP via a GUI

This information is provided for the Ubuntu/Debian editions of Linux used in the CS Department (FileZilla version 3.46.3). Other Linux versions may vary.

FileZilla Client is a fast and reliable cross-platform SFTP client with lots of useful features and an intuitive graphical user interface.

Connecting to a server

First connect to a server.

This is our example login data - use your own data instead if you actually want to connect to a remote computer.

Host: example.edu
Username: juser
Password: Snf9WbmV3c
Port: 22

Using the quickconnect bar near the top of the FileZilla window: Enter the hostname into the Host: field, the username into the Username: and the password into the Password: field. You may leave the Port: field empty unless your login information specifies a certain port to use.

Now click on the Quickconnect button.

FileZilla will now try to connect to the remote computer.

If the Host: and port number are correct, click OK.

If the connection is successful, you will notice that the right “column” switched from Not connected to any server to displaying a list of files and directories on the remote computer.

Window Layout and Navigation

Below the Quickconnect bar are:

Transferring files

Upload

To upload a file to the remote computer.

Download

Downloading files, or directories, works essentially the same way as uploading. Drag the files/directories from the right (remote) pane to the left (local) pane.

For more information, See Filezilla's documentation.