Generic Bundle: Developer notes
From CFTP
Note #1
The purpose of the Generic Bundle is to create a base for further development, extensions and plug-ins. It is recommended to make all your plug-ins compatible with this bundle.
Note #2
Objects from your beans.xml file can be acquired by using static methods of the ObjectFactory class.
Note #3
GenericDataConnection allows you to set a callback object which will be executed upon uploads/downloads allowing you to operate on files. Here is an example.
Return to FTP Server: Generic Bundle