Opened 10 years ago
Closed 10 years ago
#611 closed task (fixed)
Create package for supporting external files via SFTP
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | External files support 1.0 |
Component: | net.sf.basedb.xfiles | Keywords: | |
Cc: |
Description (last modified by )
A file item could register an external URL like:
sftp://my.file.server/path/to/file.txt
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.
Change History (7)
comment:1 by , 10 years ago
Description: | modified (diff) |
---|---|
Summary: | Create package for supporting external files via SCP → Create package for supporting external files via SFTP |
comment:2 by , 10 years ago
Component: | not classified → net.sf.basedb.xfiles |
---|---|
Milestone: | A wish list → External files support 1.0 |
Owner: | changed from | to
Type: | Request → task |
comment:3 by , 10 years ago
comment:4 by , 10 years ago
comment:5 by , 10 years ago
comment:6 by , 10 years ago
comment:7 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [2518]) References #611: Create package for supporting external files via SFTP
Should work now.