.TH "globus_ftp_client_activation" 3 "Sun Dec 13 2020" "Version 9.5" "globus_ftp_client" \" -*- nroff -*- .ad l .nh .SH NAME globus_ftp_client_activation \- Activation .PP \- Activation\&. .SH SYNOPSIS .br .PP .SS "Macros" .in +1c .ti -1c .RI "#define \fBGLOBUS_FTP_CLIENT_MODULE\fP" .br .in -1c .SH "Detailed Description" .PP 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 .PP .PP .nf globus_module_activate(GLOBUS_FTP_CLIENT_MODULE); .fi .PP .PP This function returns GLOBUS_SUCCESS if the FTP library was successfully initialized\&. This may be called multiple times\&. .PP To deactivate the FTP library, the following must be called .PP .PP .nf globus_module_deactivate(GLOBUS_FTP_CLIENT_MODULE); .fi .PP .SH "Macro Definition Documentation" .PP .SS "#define GLOBUS_FTP_CLIENT_MODULE" Module descriptor .SH "Author" .PP Generated automatically by Doxygen for globus_ftp_client from the source code\&.