Getting your data ================= The spectrometer computer is not internet connected. You have three options for getting data from it: USB stick ---------- Never fails, no setup, fastest transfer speed. Inconvenient if you have to do it repeatedly. There is a high speed 440MB/s beamline USB stick available for this purpose. SFTP ----- If you are connected to the maxiv_guest wifi network, or if you are remote-connected via VPN, you can access your data at sftp.maxiv.lu.se MacOS ^^^^^^^ Our recommended graphical client is FileZilla. Enter the host as ``sftp.maxiv.lu.se``, give your DUO username and password, and use port 22. Press Quickconnect. Once connected you will be in your home directory on the remote server. Change the remote site to ``:/gpfs/offline1/visitors/bloch/[your unique folder path]``. Now you can copy files over to your local computer. Windows ^^^^^^^ Our recommended graphical client is WinSCP. Configure a new session with host name ``sftp.maxiv.lu.se``, user name/password for your DUO account and port number 22. Under 'Advanced' you can change the remote directory to ``/data/visitors/bloch/[your unique folder path]``. Save these settings (save button on the login window) before connecting with the 'login' button. Linux/MacOS, command line ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Open an sftp connection using: :: sftp [duo username]@sftp.maxiv.lu.se:/data/visitors/bloch/[your unique folder path] You will prompted for your account password, and if you are not on an internal 'white' network such as the maxiv_guest wifi then also a one-time VPN password that will be sent to you by SMS. Once connected, ``get -r .`` will synchronize the remote folder to your local computer. Leave with ``exit``