resources:transferring-files-zedat-account
Differences
This shows you the differences between two versions of the page.
resources:transferring-files-zedat-account [2020/07/16 12:31] – transferred from cqp:downloading files (includes content by arauhut) astefanowitsch | resources:transferring-files-zedat-account [2024/06/20 13:53] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Uploading and downloading files to and from your ZEDAT account ====== | ||
+ | |||
+ | You may need to download files from your ZEDAT account that you have created with the tools provided there (for example, CQP or the TreeTagger), | ||
+ | |||
+ | ===== The ZEDAT web interface ===== | ||
+ | |||
+ | The first way of uploading or downloading files is to access your ZEDAT account using the web interface provided by the ZEDAT itself. While this is not the quickest or most elegant way, it has the advantage that it only requires a browser and that it will feel very familiar even if you do not have any advanced experience with computers: | ||
+ | |||
+ | - Go to [[https:// | ||
+ | - On the left hand side, there is a light gray box containing links to the ZEDAT webmail interface, the portal, your file storage (// | ||
+ | - You will be taken to the ZEDAT' | ||
+ | - You will be taken to your file storage. Open folders by clicking on them. Edit, delete, download or rename files by pointing your mouse or trackpad arrow at the file and choosing the desired option from the context menu that will be displayed. | ||
+ | |||
+ | ===== SFTP/Webdav ===== | ||
+ | |||
+ | Another way of uploading and downloading files is to access your ZEDAT account using an SFTP file browser that allows you to sign into our ZEDAT server using the standard Secure File Transfer Protocol. | ||
+ | |||
+ | Most operating systems these days have this functionality built into their own file browsers (for example, Nautilus on Ubuntu, the “Connect to server” function on macOS, or the Windows explorer). Using this functionality, | ||
+ | |||
+ | **Tutorials: | ||
+ | - Windows: https:// | ||
+ | - MacOS: https:// | ||
+ | - Linux: https:// | ||
+ | |||
+ | The built-in functions can sometimes be slow, in which case you may want to use a third-party program. There is a range of such programs available, both free and paid. Below are two suggestions based on what we like, but feel free to try out other programs! | ||
+ | |||
+ | *[[https:// | ||
+ | *[[https:// | ||
+ | |||
+ | To access your file storage with one of these (or similar) programs, you need to set up a connection to the server in the settings or preferences of the respective program. To do so, you need your ZEDAT username and password and the following information (which you enter into the corresponding fields in the settings of your program): | ||
+ | |||
+ | - **URL**: sftp: | ||
+ | - **Host**: login.zedat.fu-berlin.de | ||
+ | - **Port**: 22 | ||
+ | |||
+ | ===== Scp ==== | ||
+ | |||
+ | If you are using the terminal application on Mac or Linux or Windows Powershell, you can download files easily with '' | ||
+ | Just replace '' | ||
+ | |||
+ | scp musterperson@login.fu-berlin.de:" | ||
+ | |||
+ | The dot '' | ||
+ | If you want to copy an entire directory, use the '' | ||
+ | For example, '' | ||
+ | |||