|
| 1 | +.. _erda-files-start: |
| 2 | + |
| 3 | +===== |
| 4 | +Files |
| 5 | +===== |
| 6 | + |
| 7 | +The **Files** app is your main area on ERDA when it comes to data and it's where you manage your personal and shared files. |
| 8 | +The directory tree in the left pane takes you quickly to a specific sub-directory and the right pane shows the files and directories in the current directory. |
| 9 | + |
| 10 | +The location bar right above the two panes shows the path to the current directory with quick navigation links to parent directories. |
| 11 | + |
| 12 | +.. image:: /images/files/files-ready.png |
| 13 | + |
| 14 | +Right-clicking a directory or file brings up a context menu in which you can select common actions on the item that you right-clicked. |
| 15 | +For files the actions include e.g. download, edit and rename. |
| 16 | +For directories you get the choice of e.g. uploading or creating files in-line. |
| 17 | +Right-clicking in the empty space below the entries in the right pane brings up the context menu for the current directory. |
| 18 | + |
| 19 | +You can add new text files in-line with the **Create File** entry from the right-click menu or upload with the **Upload File** entry there. |
| 20 | +The latter opens the upload dialog where you can drag and drop local files from your desktop or click **Add files...** and point files out for upload. |
| 21 | + |
| 22 | +As an example you can select **Create Folder**, enter the folder name *uploads* and click OK. Then double click the new uploads folder to open it. |
| 23 | + |
| 24 | +.. image:: /images/files/files-createfolder.png |
| 25 | + |
| 26 | +Inside the uploads folder you can again right click and now select **Upload File** to open the upload helper. Click **Add files...** to select the files you want to upload. |
| 27 | + |
| 28 | +.. image:: /images/files/files-uploadfile.png |
| 29 | + |
| 30 | +When you are done selecting files for upload you can click **Start upload** to actually upload. |
| 31 | +Wait for them to complete or click **Cancel** if you change your mind. |
| 32 | + |
| 33 | +.. image:: /images/files/files-uploadmenu.png |
| 34 | + |
| 35 | +Finally click **Close** when finished and your uploaded files show up among your other files. |
| 36 | + |
| 37 | + |
| 38 | +Double click files to open them directly in the browser if possible but with fall back to download and open in a suitable local application otherwise. |
| 39 | +In the latter case any changes will only be saved locally and not in ERDA. |
| 40 | +Therefore it is necessary to upload the modified file again in that case. |
| 41 | + |
| 42 | +It is possible to edit simple text files with **Edit** from the right click, but it is recommended to look into our more advanced data access possibilities, such as :ref:`mounting a networkdrive<erda-networkdrive-start>` or :ref:`Seafile<erda-seafile-start>` which makes it easier to work directly on files in your ERDA folder without worrying about the upload step, as it automatically changes the local changes on the ERDA server. |
0 commit comments