| ... | @@ -80,30 +80,29 @@ To specify the path on the sFTP Server which should be synced, you can use absol |
... | @@ -80,30 +80,29 @@ To specify the path on the sFTP Server which should be synced, you can use absol |
|
|
|
|
|
|
|
* **Example 1**
|
|
* **Example 1**
|
|
|
* Relative path
|
|
* Relative path
|
|
|
* uri: `sftp://files.ufz.de`
|
|
* Fileserver uri: `sftp://files.ufz.de`
|
|
|
* user: `met-mosep`
|
|
* User: `met-mosep`
|
|
|
* path: `Logger/rawdata`
|
|
* Path: `Logger/rawdata`
|
|
|
* Absolute path:
|
|
* Absolute path:
|
|
|
* uri: `sftp://files.ufz.de`
|
|
* Fileserver uri: `sftp://files.ufz.de`
|
|
|
* user: `met-mosep`
|
|
* User: `met-mosep`
|
|
|
* path: `/met-mosep/Logger/rawdata`
|
|
* Path: `/met-mosep/Logger/rawdata`
|
|
|
|
|
|
|
|
If you want to sync the entire home directory you could as well use any of the two options.
|
|
If you want to sync the entire home directory you could as well use any of the two options.
|
|
|
|
|
|
|
|
* **Example 2**
|
|
* **Example 2**
|
|
|
|
|
|
|
|
* Relative path
|
|
* Relative path
|
|
|
* uri: `sftp://files.ufz.de`
|
|
* Fileserver uri: `sftp://files.ufz.de`
|
|
|
* user: `met-mosep`
|
|
* User: `met-mosep`
|
|
|
* path: `.`
|
|
* Path: `.`
|
|
|
* Absolute path
|
|
* Absolute path
|
|
|
* uri: `sftp://files.ufz.de`
|
|
* Fileserver uri: `sftp://files.ufz.de`
|
|
|
* user: `met-mosep`
|
|
* User: `met-mosep`
|
|
|
* path: `/met-mosep/`
|
|
* Path: `/met-mosep/`
|
|
|
|
|
|
|
|
|
|
|
|
|
**Public Key**
|
|
**Public Key**
|
|
|
#### Test
|
|
|
|
|
This is the public key generated by TimeIO. You have to place this key on your external SFTP such that TimeIO is allowed to access it.
|
|
This is the public key generated by TimeIO. You have to place this key on your external SFTP such that TimeIO is allowed to access it.
|
|
|
* On your SFTP (eg. files.ufz.de) open the hidden folder `.ssh` with the file `authorized_keys`
|
|
* On your SFTP (eg. files.ufz.de) open the hidden folder `.ssh` with the file `authorized_keys`
|
|
|
* Copy the Public Key from Timeio to a new line and save the file
|
|
* Copy the Public Key from Timeio to a new line and save the file
|
| ... | |
... | |
| ... | | ... | |