Extending the Files Connector through Plugins

The filesystem connector embeds natively a number of schemes and protocols: native filesystem, Windows share filesystem (\\path or smb:// URLs), basic ftp support (ftp:// URLs), basic http (http://), etc.

It is possible to extend the features of the filesystem connector and use all the embedded features of the connector (multithreaded scan, containers handling, etc.) without having to create a new connector, by implementing additional protocol schemes through plugins.

Note: For a description of the Files Connector features, see Files Connector in the Exalead CloudView Connectors Guide.

This page discusses:

See Also
Packaging the connector as a plugin