Opened 14 years ago
Closed 10 years ago
#305 closed task (fixed)
Create package for supporting external files on FTP servers
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | External files support 1.0 |
Component: | net.sf.basedb.xfiles | Keywords: | |
Cc: |
Description
This is similar to the HDFS extension. See also http://base.thep.lu.se/ticket/1582 for more information about the new extension system.
Change History (5)
comment:1 by , 10 years ago
Component: | not classified → net.sf.basedb.xfiles |
---|---|
Milestone: | A wish list → External files support 1.0 |
Owner: | changed from | to
comment:2 by , 10 years ago
comment:3 by , 10 years ago
comment:4 by , 10 years ago
comment:5 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [2521]) References #305: Create package for supporting external files on FTP servers
This should now work. Supported URI schemas are ftp:// and ftps://. ftps assumes implicit SSL and require a linked file server for login/certificate information. ftp uses anonymous login if not linked with a file server and also has support for explicit SSL if linked with a file server that specify a certificate.