{% extends "box/base/box.html" %} {% load i18n %} {% load l10n %} {% load staticfiles %} {% get_current_language as LANGUAGE_CODE %} {% block title %} {% trans "Data store" %} {% endblock title %} {% block boxhelp %}
{% trans

{% blocktrans %}This is your global data store.{% endblocktrans %}

{% blocktrans %}You can access it from all your own virtual machines, the lab client, this web interface, or through SFTP protocol. {% endblocktrans %}

{% blocktrans %}This directory is mounted on Windows machines as Z: drive, and on Linux ones as ~/sshfs.{% endblocktrans %}

{% blocktrans %}If you log in on lab machines (currently Ubuntu only), you can see this folder also as ~/sshfs.{% endblocktrans %}

{% blocktrans with serv=storeserv %}You can also use an SFTP client (eg. WinSCP) to access your files at {{serv}}. You will need to register a public key bellow.{% endblocktrans %}

toggle
{% endblock %} {% block content %} {% endblock content %}