Changes between Initial Version and Version 1 of Ticket #611
- Timestamp:
- Jun 23, 2014, 1:57:36 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #611
- Property Summary Create package for supporting external files via SCP → Create package for supporting external files via SFTP
-
Ticket #611 – Description
initial v1 1 1 A file item could register an external URL like: 2 2 3 `s cp://my.file.server/path/to/file.txt`3 `sftp://my.file.server/path/to/file.txt` 4 4 5 5 The file item must be connected to a `FileServer` item which contains connection parameters. A host, username, password and SSH fingerprint is required. A root path is recommended to prevent access to sensitive files. The connection manager uses SSH to connect to the server and a download the file.