Custom Extensions
CompleteFTP Enterprise MFT allows you to customize CompleteFTP and integrate it with other IT systems by means of
extensions (a.k.a. plug-ins). Extensions may be entered directly into CompleteFTP Manager as Javascript
(JSS) or by means of .NET assemblies developed using C# or VB.NET.
There are six types of extensions:
- Authentication extensions:
authenticate users using your own scheme or by integrating with external systems
[JSS, .NET]
- File-system extensions:
develop your own file-system
[JSS, .NET]
- Custom command extensions:
implement your own commands that can be called from any protocol
[JSS, .NET]
- Event extensions:
handle user or system events in your own code
[.NET only, for JSS see JSS process triggers]
- IP filter extensions:
if the inbuilt IP filtering feature doesn't match your requirements you can develop your own
[JSS, .NET]
- JSS-to-.NET bridge extensions:
call .NET methods from JSS
[.NET only]