logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

globus_ftp_client_activation - Activation

Author

       Generated automatically by Doxygen for globus_ftp_client from the source code.

globus_ftp_client                                  Version 9.8                   globus_ftp_client_activation(3)

Detailed Description

       Activation.

       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

#defineGLOBUS_FTP_CLIENT_MODULE
       Module descriptor

Name

       globus_ftp_client_activation - Activation

        - Activation.

Synopsis

Macros
       #define GLOBUS_FTP_CLIENT_MODULE

See Also