Changes between Initial Version and Version 1 of Ticket #611


Ignore:
Timestamp:
Jun 23, 2014, 1:57:36 PM (10 years ago)
Author:
Nicklas Nordborg
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #611

    • Property Summary Create package for supporting external files via SCPCreate package for supporting external files via SFTP
  • Ticket #611 – Description

    initial v1  
    11A file item could register an external URL like:
    22
    3  `scp://my.file.server/path/to/file.txt`
     3 `sftp://my.file.server/path/to/file.txt`
    44
    55The 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.