table of contents
other versions
- wheezy 7.3-1
- wheezy-backports 8.13-6~bpo70+1
- jessie 8.13-6
- testing 8.33-1
- unstable 8.34-1
Activation(3) | globus_ftp_client | Activation(3) |
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 activatedglobus_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 Examples:globus_ftp_client_debug_plugin.example, and globus_ftp_client_restart_plugin.example.
Author¶
Generated automatically by Doxygen for globus_ftp_client from the source code.Mon Oct 5 2015 | Version 8.13 |