|
3 | 3 | After creating measurements in the Data Manager, you can upload measured data to our platform. |
4 | 4 | This section gives an overview on how to upload data to measurements from QBiC's Data Manager. |
5 | 5 |
|
| 6 | +!!! info |
| 7 | + If you are not a member of the University of Tübingen, please [request access as a data submitter](raw_data_request_server_access.md) |
| 8 | + |
6 | 9 | ## Prerequisites |
7 | 10 |
|
8 | | -The following is required in order to successfully execute the measurement data upload. |
| 11 | +The following is required in order to successfully execute the measurement data upload dependent on your affiliation. |
| 12 | + |
| 13 | +=== "University Tübingen member" |
| 14 | + - A connection to the University Of Tübingen network ( |
| 15 | + e.g. [using the University VPN](https://uni-tuebingen.de/en/facilities/zentrum-fuer-datenverarbeitung/services/network-services/network-access/remote-access-vpn/)) |
| 16 | + - An LDAP account of the University Of Tübingen |
| 17 | + - Access to the project of interest |
| 18 | + - OpenSSH package or a SFTP **client** software (e.g. [FileZilla](https://filezilla-project.org/download.php?type=client) |
| 19 | + or [WinSCP](https://winscp.net)) |
9 | 20 |
|
10 | | -- A connection to the University Of Tübingen network ( |
11 | | - e.g. [using the University VPN](https://uni-tuebingen.de/en/facilities/zentrum-fuer-datenverarbeitung/services/network-services/network-access/remote-access-vpn/)) |
12 | | -- An LDAP account of the University Of Tübingen |
13 | | -- Access to the project of interest |
14 | | -- OpenSSH package or a SFTP **client** software (e.g. [FileZilla](https://filezilla-project.org/download.php?type=client) |
15 | | - or [WinSCP](https://winscp.net)) |
| 21 | +=== "External data submitter" |
| 22 | + - [Granted access and authorization to our upload server](raw_data_request_server_access.md) |
| 23 | + - Access to the project of interest |
| 24 | + - OpenSSH package or a SFTP **client** software (e.g. [FileZilla](https://filezilla-project.org/download.php?type=client) |
| 25 | + or [WinSCP](https://winscp.net)) |
16 | 26 |
|
17 | 27 | ## Process Overview |
18 | 28 |
|
@@ -132,10 +142,19 @@ measurement data registration, select `SFTP - SSH File Transfer Protocol` and |
132 | 142 | enter `upload.qbic.uni-tuebingen.de` into the `Host` field. |
133 | 143 | {.screenshot} |
134 | 144 |
|
135 | | -You can log in with your _University of Tübingen_ credentials. Enter your university user account |
136 | | -into the `User` field. |
137 | | -{.screenshot} |
138 | | -**Connect to the server:** Make sure you are in the network of the _University of Tübingen_. You can connect to the server by pressing `Connect` in |
| 145 | +Afterwards, choose the affiliation dependent login method to connect to our upload server. |
| 146 | + |
| 147 | +=== "University Tübingen member" |
| 148 | + Login with your _University of Tübingen_ credentials. Enter your university provided username |
| 149 | + into the `User` field. |
| 150 | + {.screenshot} |
| 151 | + |
| 152 | +=== "External data submitter" |
| 153 | + Login with your username and key file. Enter your username |
| 154 | + into the `User` field and select your private key file from within your local `.ssh` directory by pressing the browse button. |
| 155 | + {.screenshot} |
| 156 | + |
| 157 | +**Connect to the server:** You can connect to the server by pressing `Connect` in |
139 | 158 | the _Site Manager_. After connecting to the server, _FileZilla_ shows you the contents of your home directory on the server side. |
140 | 159 | {.screenshot} |
141 | 160 | !!! warning |
@@ -165,38 +184,43 @@ The OpenSSH SFTP program is supported natively by most operating systems. |
165 | 184 | In this section we will go through the process of connecting to our server |
166 | 185 | using the [OpenSSH SFTP](https://man.openbsd.org/sftp) program. |
167 | 186 |
|
| 187 | +!!! note |
| 188 | + This section requires commandline knowledge within your operating system. |
| 189 | + We recommend to get in contact with your local IT department should you need assistance |
| 190 | + or upload your data via a [dedicated sftp client](#upload-your-dataset-via-sftp-client) |
| 191 | + |
168 | 192 | ### Install OpenSSH SFTP |
169 | 193 |
|
170 | 194 | #### Linux/Mac |
171 | 195 | Linux and Mac systems do typically have the OpenSSH package containing SFTP pre-installed. |
172 | 196 | Should this not be the case, try to install the openSSH package with the package manager employed by your system. |
173 | | -We recommend to get in contact with your local IT department should you need assistance. |
174 | 197 |
|
175 | 198 | #### Windows |
176 | 199 | Newer Windows Versions (Windows10 version 1803 and newer and Windows 11) do typically have the OpenSSH package containing SFTP preinstalled. |
177 | | -Should this not be the case, check your system settings to see if the **OpenSSH server feature** is installed within the windows optional features. |
178 | | -We recommend to get in contact with your local IT department should you need assistance. |
| 200 | +Should this not be the case, check your system settings to see if the **OpenSSH server feature** is installed within the windows optional features. |
179 | 201 |
|
180 | 202 | ### Connect and upload your dataset |
181 | 203 |
|
182 | | -!!! note |
183 | | - This section requires basic command line knowledge of your operating system. |
| 204 | +!!! tip |
| 205 | + |
184 | 206 | Check the OpenSSH sftp [manpage](https://man.openbsd.org/sftp) for information on how to use the sftp program. |
185 | 207 |
|
186 | 208 | Start by opening the command line within your operating system of choice. |
187 | 209 | Next navigate to the local working directory containing the dataset you wish to upload. |
188 | | -From within this directory connect to our upload server with the **sftp** command, replacing <your-user> with your university account credentials: |
| 210 | +From within this directory connect to our upload server with the **sftp** command, replacing <your-user> with your university account credentials |
| 211 | +or tbe username granted to you after [requesting access](raw_data_request_server_access.md) to our upload server from outside the university network: |
189 | 212 |
|
190 | | -``` bash |
191 | | -sftp <your-user>@upload.qbic.uni-tuebingen.de |
192 | | -``` |
193 | | -Upon successful connection you will be prompted for your university account password. |
| 213 | +=== "External Data Submitter" |
| 214 | + ``` bash |
| 215 | + sftp -i <your private key file> <username>@upload.qbic.uni-tuebingen.de |
| 216 | + ``` |
194 | 217 |
|
195 | | -!!! Warning |
196 | | - Keep in mind that you need to be within the university network and |
197 | | - have a valid university account to connect to our upload server |
| 218 | +=== "University Tübingen Member" |
| 219 | + ``` bash |
| 220 | + sftp <username>@upload.qbic.uni-tuebingen.de |
| 221 | + ``` |
198 | 222 |
|
199 | | -If everything goes well, you'll be connected to the remote working directory within our upload server. |
| 223 | +If everything goes well, you'll be connected to your remote home directory within our upload server. |
200 | 224 | You can check out the directory structure of this directory with the following **ls** command: |
201 | 225 |
|
202 | 226 | ``` bash |
|
0 commit comments