Échanger des fichiers avec SEPAL#
Use SEPAL’s built-in tools and FTP solutions to exchange files
Dans cet article, vous pouvez apprendre à échanger des fichiers avec SEPAL en utilisant :
built-in tools including Jupytyr Notebook, JupityrLab, RStudio and SEPAL file explorer
an FTP solution (specifically FileZilla®)
Outils intégrés#
Pour échanger des fichiers avec SEPAL, il existe plusieurs outils intégrés que vous pouvez utiliser.
Note
Since SEPAL’s built-in tools for uploading and downloading are limited, large amounts of data should be uploaded or downloaded using an FTP solution, such as FileZilla® (for more information, see FTP solution below).
Jupyter Notebook#
In the SEPAL Apps dashboard, open a new Jupyter Notebook app. The Notebook dashboard enables you to access files and directories on your system, which can be opened, created, deleted, renamed, downloaded, copied and shared.
Sélectionnez Télécharger pour télécharger un fichier de votre ordinateur vers la plate-forme.
Sélectionnez Télécharger pour télécharger un fichier sélectionné sur votre ordinateur.
Note
Download is only available when you select a single file (note: folders cannot be downloaded).
JupyterLab#
In the SEPAL interface Dashboard, open a new JupyterLab app.
Utilisez le Navigateur de fichiers et Menu de fichiers pour accéder aux fichiers et répertoires de votre système, qui peuvent être ouverts, créés, supprimés, renommés, téléchargés, copiés et partagés.
Téléversez des fichiers dans le répertoire File browser par glisser-déposer, ou en sélectionnant Upload files en haut du File browser:
Any file in JupyterLab can be downloaded by right-clicking its name in the File browser and selecting Download from the context menu:
Voir aussi
For more information about the JupyterLab interface, see Jupyterlab documentation.
RStudio#
Dans l’interface SEPAL Tableau de bord, ouvrez une nouvelle application RStudio.
Utilisez le Menu Fichier (en rouge dans l’image jaune ci-dessous) pour accéder aux fichiers et répertoires sur votre système, qui peuvent être ouvertes, créées, supprimées, renommées et copiées.
Upload files from your computer by selecting Upload in the upper left of the red rectangle.
Explorateur de fichiers SEPAL#
In the SEPAL File explorer, youcan access files and directories on your system, which can be deleted and downloaded.
Après avoir sélectionné un seul fichier, sélectionnez Télécharger pour télécharger le fichier dans votre dossier local.
Note
Vous ne pouvez pas télécharger plusieurs fichiers ou dossiers directement via cette interface.
Solution FTP#
Le contenu de SEPAL est également accessible via un protocole de transfert de fichiers (SSH) (STP).
Attention
You must request user resources in order for any FTP solution to connect to SEPAL (see Gérer vos ressources).
If you don’t know what an FTP solution is and/or don’t have an FTP solution installed on your computer, you can learn more by reading this section, where FileZilla® is used as an example.
Voir aussi
Un client FTP est un logiciel qui vous permet de vous connecter à un serveur FTP pour échanger des fichiers. Une fois connecté, vous pouvez télécharger, copier ou supprimer des fichiers sur l’ordinateur distant ou votre ordinateur local.
FileZilla®#
FileZilla® est une solution FTP gratuite et open-source distribuée gratuitement selon les termes de la GNU General Public License.
The FileZilla® client not only supports FTP, but also FTP over Transport Layer Security (TLS) – FTPS – and Secure File Transfer Protocol (SFTP), both used in SEPAL.
Astuce
Pour télécharger le logiciel, allez à https://FileZilla-project.org/download.php?type=client.
Connectez votre client FTP à SEPAL#
Accessing files in SEPAL is easy using FileZilla®.
To use FileZilla®, open the application and connect to the SEPAL server by selecting Menu > File > Site Manager > New Site. Use the following as a guide for filling out the form.
Hôte : ssh.sepal.io
Port : 443
Protocol: SFTP–SSH File Transfer Protocol
Type de connexion : Normal
Utilisateur: <votre nom d’utilisateur SEPAL>
Mot de passe : <votre mot de passe SEPAL>
Note
Pour Utilisateur et Mot de passe, entrez les identifiants que vous utilisez pour vous connecter à la plateforme.
En sélectionnant Connecter, votre lecteur SEPAL apparaîtra dans le panneau de droite.
Dans le volet gauche, vous pouvez trouver des fichiers et des dossiers sur votre ordinateur.
Utiliser le client FTP pour interagir avec SEPAL#
Familiarize yourself with FileZilla®”s window layout by following this overview.
Below the Toolbar (1) and Quick connect bar (2), the Message log (3) displays messages related to transfers and connection. Below, you can find the file listings.
The left column (Local pane, 4) displays the local files and directories (e.g. content on the PC you’re using FileZilla® on).
The right column (Remote pane, 5) displays the files and directories on the server you are connected to.
Both columns have a directory tree at the top and a detailed listing of the currently selected directory’s contents at the bottom.
You can easily navigate either of the trees and lists by clicking around, like you would in any other file manager.
In the lower section of the window, the Transfer queue (6) lists the status of to-be-tranferred or already transferred files.
Voir aussi
For more information on using FileZilla®, see their wiki page.