1 | <?xml version="1.0" encoding="UTF-8" ?> |
---|
2 | <extensions xmlns="http://base.thep.lu.se/extensions.xsd"> |
---|
3 | <about> |
---|
4 | <name>External files support</name> |
---|
5 | <description> |
---|
6 | An extension package containing support for additional protocols to access external files. |
---|
7 | </description> |
---|
8 | <version>1.1</version> |
---|
9 | <min-base-version>3.3.0</min-base-version> |
---|
10 | <copyright>BASE development team</copyright> |
---|
11 | <email>basedb-users@lists.sourceforge.net</email> |
---|
12 | <url>http://baseplugins.thep.lu.se/wiki/net.sf.basedb.xfiles</url> |
---|
13 | </about> |
---|
14 | |
---|
15 | <extension |
---|
16 | id="net.sf.basedb.xfiles.sftp-connection-manager" |
---|
17 | extends="net.sf.basedb.core.uri.connection-manager" |
---|
18 | > |
---|
19 | <index>20</index> |
---|
20 | <about> |
---|
21 | <name>SFTP connection manager</name> |
---|
22 | <description> |
---|
23 | Provides support for accessing files via SFTP protocol. Will only |
---|
24 | work if a file is linked with a file server providing username, |
---|
25 | password and SSH fingerprint information. The host specified in |
---|
26 | the file item's URI will be replaced with the host information |
---|
27 | specified in the file server item. |
---|
28 | </description> |
---|
29 | </about> |
---|
30 | <action-factory> |
---|
31 | <factory-class>net.sf.basedb.xfiles.sftp.SftpConnectionManagerActionFactory</factory-class> |
---|
32 | </action-factory> |
---|
33 | </extension> |
---|
34 | |
---|
35 | <extension |
---|
36 | id="net.sf.basedb.xfiles.ftp-connection-manager" |
---|
37 | extends="net.sf.basedb.core.uri.connection-manager" |
---|
38 | > |
---|
39 | <index>21</index> |
---|
40 | <about> |
---|
41 | <name>FTP connection manager</name> |
---|
42 | <description> |
---|
43 | Provides support for accessing files via FTP/FTPS protocol. |
---|
44 | Uses anonymous ftp if not linked with a file server. |
---|
45 | If login or FTPS is requried a file server item must be |
---|
46 | created to hold the required information. In this case, |
---|
47 | the file item's URI will be replaced with the host information |
---|
48 | specified in the file server item. |
---|
49 | </description> |
---|
50 | </about> |
---|
51 | <action-factory> |
---|
52 | <factory-class>net.sf.basedb.xfiles.ftp.FtpConnectionManagerActionFactory</factory-class> |
---|
53 | </action-factory> |
---|
54 | </extension> |
---|
55 | |
---|
56 | </extensions> |
---|