|
| 1 | +.. _sif-networkdrive-start: |
| 2 | + |
| 3 | +===================== |
| 4 | +Efficient Data Access |
| 5 | +===================== |
| 6 | + |
| 7 | +As a SIF user, you can work locally on your cmoputer with your SIF files by connecting SIF as a network drive for efficient and transparently integrated file access through different interfaces. |
| 8 | + |
| 9 | + |
| 10 | +These interfaces allow you to transfer many or big files more efficiently and to map your individual SIF project files and folders on your local PC or workstation. |
| 11 | +In that way you can work with them as if they were local files. |
| 12 | + |
| 13 | + |
| 14 | +Please note that the strict SIF project isolation applies to these interfaces as well, so you can only have one project open at a time. |
| 15 | +If you have more than one SIF project you configure efficient access for each of them individually. |
| 16 | + |
| 17 | + |
| 18 | +All the interfaces use a secure connection to SIF, so they are accessible from anywhere where you have an Internet connection. |
| 19 | +Thus, you do not need VPN or anything like that to access them from outside UCPH. |
| 20 | +However, they require you to have an active two-factor authentication session from the same computer for added security. |
| 21 | + |
| 22 | + |
| 23 | ++--------------------+-------------------------------------------------------------------------+ |
| 24 | +| 1. WebDAVS | WebDAVS is an abbreviation for Web-based Distributed Authoring | |
| 25 | +| | | |
| 26 | +| | and Versioning. A "S" is for secure, as it all runs on a | |
| 27 | +| | | |
| 28 | +| | secure connection. | |
| 29 | +| | | |
| 30 | +| | ☑ Can be used from Windows, Mac and Linux/UNIX | |
| 31 | +| | | |
| 32 | +| | ☑ Easy to get started | |
| 33 | +| | | |
| 34 | +| | ☑ Does not require software installation | |
| 35 | +| | | |
| 36 | +| | 𐄂 Limit on file size on Windows - 50 MB as a starting point | |
| 37 | +| | | |
| 38 | +| | 𐄂 Sensitive to network outages | |
| 39 | +| | | |
| 40 | +| | 𐄂 WebDAVS is less efficient at transferring many and/or large files. | |
| 41 | +| | | |
| 42 | ++--------------------+-------------------------------------------------------------------------+ |
| 43 | +| 2. SSHFS with SFTP | SSHFS is an abbreviation for Secure Shell File System and is the | |
| 44 | +| | client | |
| 45 | +| | | |
| 46 | +| | that connects an SFTP service as a network drive on your | |
| 47 | +| | | |
| 48 | +| | | |
| 49 | +| | computer. SFTP is an abbreviation for Secure File Transfer Protocol. | |
| 50 | +| | | |
| 51 | +| | ☑ Can be used from Windows, Mac and Linux/UNIX | |
| 52 | +| | | |
| 53 | +| | ☑ Efficient handling of many/large files | |
| 54 | +| | | |
| 55 | +| | ☑ Robust regarding network outages | |
| 56 | +| | | |
| 57 | +| | ☑ Unlimited file size | |
| 58 | +| | | |
| 59 | +| | 𐄂 You have to install two small programs - once | |
| 60 | +| | | |
| 61 | ++--------------------+-------------------------------------------------------------------------+ |
| 62 | + |
| 63 | + |
| 64 | +.. TIP:: |
| 65 | + **We recommend SSHFS with SFTP, particularly for users who feel comfortable with the technology and/or who work intensively with their data.** |
| 66 | + |
| 67 | +⏩️ :doc:`WebDAVS </sections/sif/networkdrive/webdavs/index>` |
| 68 | + WebDAVS is a popular protocol to access remote storage using extensions to the HTTP protocol and is the simpler option. |
| 69 | + |
| 70 | +⏩️ :doc:`SSHFS with SFTP </sections/sif/networkdrive/sshfs/index>` |
| 71 | + SSHFS with SFTP is another popular option to access remote storage that uses the SSH File Transfer Protocol, and is the more robust, but more complex option. |
| 72 | + |
| 73 | +⏩️ :doc:`Workarounds </sections/sif/networkdrive/workarounds/index>` |
| 74 | + Sometimes workarounds are necessary. Those can be found here. |
| 75 | + |
| 76 | +.. toctree:: |
| 77 | + :maxdepth: 3 |
| 78 | + :hidden: |
| 79 | + |
| 80 | + WebDAVS </sections/sif/networkdrive/webdavs/index> |
| 81 | + SSHFS with SFTP </sections/sif/networkdrive/sshfs/index> |
| 82 | + Workarounds </sections/sif/networkdrive/workarounds/index> |
0 commit comments