Once your data are collected by our beamline staff, you can retrieve them directly from your Nice account (login and password will be provided on the first MXpress trial) through secure FTP (SFTP) from your computer.
For Windows-based computers
The ESRF computing services provide a good web page describing what program to install and how to set it up in order to get SFTP working from your site.
Most probably you will have to ask your network administrator to allow you to access port 5022 with SSH protocol on 193.49.43.1. Here is some further technical help:
For Unix/Linux-based computers
ssh -X -p 5022 experiment_number@firewall.esrf.fr
and to ftp use sftp
sftp -X -oPort 5022 experiment_number@firewall.esrf.fr
You can also use some client to access (for example FileZilla)
or
rsync -ruvz -e 'ssh -p 5022' --progressexperiment_number@firewall.esrf.fr:/data/visitor/experiment_number/date/beamlineexperiment number being of the type fx##, ix##, mx### or ihr##
date is the data of the experiment in YYYYMMDD and beamline is the beamline where data were collected
Note:
If ssh doesn't work it may be because the ESRF has changed the incoming server or its host_key. In that case remove the entry for firewall.esrf.fr in the file ~/.ssh/known_hosts ans try again.