The examples are given for iPOP-UP cluster, but it works for IFB core as well using core.cluster.france-bioinformatique.fr instead of ipop-up.rpbs.univ-paris-diderot.fr.
With Dolphin
You can directly connect via sftp. To do so, you just have to type in the navigation bar:
Replacing username by your login (family name usually) and awesome by your project name. And press enter.
You will be asked for your password, and that’s it!
You can save the link into your favorite locations on the left side. To do so, just drag and drop the folder of interest.
With GNOME file manager
Open the file manager Fichiers (or Files)
Click on Autres emplacements (Other Locations) on the side bar
In the bar Connexion à un serveur (Connect to Server), type sftp://ipop-up.rpbs.univ-paris-diderot.fr/ and press the enter key.
Enter your login and password.
With any file manager
You can create a mounting point on your computer that point to your project on iPOP-UP server.
In a terminal, you first create a directory on your computer. It will be the mounting point for your project folder. Then you create the connection with sshfs.
If you go to the folder ipop_mount_point with any file manager, you will see the files from your project.
Edit your files
You can now modify your files directly using a text editor. Be careful, never use word processor (like Microsoft Word or LibreOffice Writer) to modify your code and never copy/past code to/from those softwares. Use only text editors and UTF-8 encoding.
Disconnect
The server will be disconnected when you switch off your computer or log out. If you have saved the link in Dolphin, you will just have to type your password to reconnect.
You can disconnect your sshfs mounting point using umount. Following the previous example: