Opened 13 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 Nicklas Nordborg, 10 years ago

Component: not classifiednet.sf.basedb.xfiles
Milestone: A wish listExternal files support 1.0
Owner: changed from Jari Häkkinen to Nicklas Nordborg

comment:2 by Nicklas Nordborg, 10 years ago

(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.

comment:3 by Nicklas Nordborg, 10 years ago

(In [2523]) References #305: Create package for supporting external files on FTP servers

Implement support for ResumableConnectionManager.

comment:4 by Nicklas Nordborg, 10 years ago

(In [2524]) References #305: Create package for supporting external files on FTP servers

Added FTP/FTPS to README and changed mime type to text/x-trac-wiki

comment:5 by Nicklas Nordborg, 10 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.