Provided by: libglobus-ftp-client-doc_7.6-1_all bug

NAME

       Activation -

   Macros
       #define GLOBUS_FTP_CLIENT_MODULE

Detailed Description

       The Globus FTP Client library uses the standard module activation and deactivation API to initialize its
       state.

       Before any FTP functions are called, the module must be activated

       *    globus_module_activate(GLOBUS_FTP_CLIENT_MODULE);
       *

       This function returns GLOBUS_SUCCESS if the FTP library was successfully initialized. This may be called
       multiple times.

       To deactivate the FTP library, the following must be called

       *    globus_module_deactivate(GLOBUS_FTP_CLIENT_MODULE);
       *

Macro Definition Documentation

   #define GLOBUS_FTP_CLIENT_MODULE
       Module descriptor.

Author

       Generated automatically by Doxygen for globus ftp client from the source code.

Version 7.6                                      Sun Nov 24 2013                                   Activation(3)