2020-11-11 11:47:10 +01:00
---
title: Exchange files with your server using a graphical interface
template: docs
taxonomy:
category: docs
2021-02-06 18:22:00 +01:00
routes:
default: '/filezilla'
2020-11-11 11:47:10 +01:00
---
2019-01-14 00:39:43 +01:00
2020-11-14 11:53:54 +01:00
This page explains how to exchange files (backup archives, music, pictures, movies...) with your server using a graphical interface for the (S)FTP protocol. This is an alternative to using `scp` which can be deemed technical and cryptic, or using an app like Nextcloud.
2019-01-14 00:39:43 +01:00
2022-12-03 08:57:26 +01:00
[FileZilla ](https://filezilla-project.org/ ) can be used for this. It is free software and is available for Windows, GNU/Linux and macOS.
2019-01-14 00:39:43 +01:00
2019-01-24 01:31:56 +01:00
## Download and install FileZilla
2019-01-14 00:39:43 +01:00
2019-01-24 01:31:56 +01:00
Get the client from the [download page ](https://filezilla-project.org/download.php?type=client ). It should automatically detect the version needed for your computer. Otherwise, follow the instructions to [install the client ](https://wiki.filezilla-project.org/Client_Installation )
2019-01-14 00:39:43 +01:00
2019-01-24 01:31:56 +01:00
Install the program and run *Filezilla* .
2019-01-14 00:39:43 +01:00
2019-01-24 01:31:56 +01:00
## Configuration
2019-01-14 00:39:43 +01:00
2019-01-24 01:31:56 +01:00
1. Click the *Site Manager* icon in the upper left to begin.
2019-01-14 00:39:43 +01:00
2021-02-07 00:14:33 +01:00
![Main screen of Filezilla ](image://filezilla_1.png )
2019-01-14 00:39:43 +01:00
2023-07-04 08:13:37 +02:00
2. Click **New Site** and give a name the server you will be using : *Family* here. Fill the settings as on the screenshot (replace the server address with your own), and click on **Connect** . (N.B. : if you want to interact with the [custom webapp ](https://github.com/YunoHost-Apps/my_webapp_ynh ) files, you should use a different user than `admin` . Refer to the custom webapp documentation.)
2019-01-14 00:39:43 +01:00
2021-02-07 00:14:33 +01:00
![Site manager screen ](image://filezilla_2.png )
2019-01-14 00:39:43 +01:00
2019-01-24 01:31:56 +01:00
3. You will get a warning as you connect for the first time to the server. *You can ignore it safely the first time you get it.*
2019-01-14 00:39:43 +01:00
2021-02-07 00:14:33 +01:00
![warning about the unknown fingerprint of the server ](image://filezilla_3.png )
2019-01-14 00:39:43 +01:00
2019-01-28 18:00:59 +01:00
4. Filezilla is now asking the `admin` password to connect to your server.
2019-01-14 00:39:43 +01:00
2021-02-07 00:14:33 +01:00
![credential screen asking for the password ](image://filezilla_4.png )
2019-01-14 00:39:43 +01:00
2019-01-24 01:31:56 +01:00
5. Once bookmarked, your server will be backup up and you will get this screen.
2019-01-14 00:39:43 +01:00
2021-02-07 00:14:33 +01:00
![View of the "site manager" with the newly server added ](image://filezilla_5.png )
2019-01-14 00:39:43 +01:00
2019-01-24 01:31:56 +01:00
## Usage
2019-01-14 00:39:43 +01:00
1. Connect to the Site created previously. *Your passwork might be asked again*
2020-09-14 11:23:05 +02:00
The left panel corresponds to your computer. The right panel corresponds to your remote YunoHost server. You can browse folders and drag-and-drop files between the two panels.
2019-01-14 00:39:43 +01:00
2021-02-07 00:14:33 +01:00
![view while connected to a remote server ](image://filezilla_6.png )
2019-01-14 00:39:43 +01:00
2019-01-24 01:31:56 +01:00
2. In the right panel, you can browse to `/home/yunohost.backup/archives/` to find [backup archives ](/backup ).
2019-01-14 00:39:43 +01:00
2021-02-07 00:14:33 +01:00
![path where backups are located on YunoHost ](image://filezilla_7.png )
2019-01-14 00:39:43 +01:00
2021-02-07 04:10:39 +01:00
! [fa=cloud-download /] Be sure to download both the `.tar.gz` and `.json` files.
2019-01-14 00:39:43 +01:00
2021-02-07 00:14:33 +01:00
![Copy backups from YunoHost to local computer ](image://filezilla_8.png )
2019-01-14 00:39:43 +01:00
----
Sources
* [Official documentation ](https://wiki.filezilla-project.org/FileZilla_Client_Tutorial_(en ))
2019-01-24 01:31:56 +01:00
* [General tutorial about using FileZilla ](https://www.rc.fas.harvard.edu/resources/documentation/sftp-file-transfer/ )
2019-01-14 00:39:43 +01:00
## Alternatives to Filezilla
2020-09-23 20:03:25 +02:00
### GNU/Linux
2019-01-14 00:39:43 +01:00
2020-09-23 20:03:25 +02:00
From any recent GNU/Linux, you should be able to use the `file manager` to reach your server.
2019-01-14 00:39:43 +01:00
2019-01-24 01:31:56 +01:00
Nautilus from Gnome3 has features similar to FileZilla, out of the box.
2019-01-14 00:39:43 +01:00
* < https: // help . gnome . org / users / gnome-help / stable / nautilus-connect . html . en >
* < https: // www . techrepublic . com / article / how-to-use-linux-file-manager-to-connect-to-an-sftp-server />
2019-01-24 01:31:56 +01:00
### Windows
* [WinSCP ](https://winscp.net/ ) is also a nice candidate for Windows
2020-09-18 19:11:15 +02:00
### macOS
2019-01-14 00:39:43 +01:00
2020-09-18 19:11:15 +02:00
* [Cyberduck ](https://cyberduck.io/ ) is a free software available on macOS