logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

globus_ftp_control - GridFTP Control API

Author

       Generated automatically by Doxygen for globus_ftp_control from the source code.

globus_ftp_control                                Version 9.10                             globus_ftp_control(3)

Detailed Description

       GridFTP Control API.

       The globus_ftp_control library provides low-level services needed to implement FTP client and servers.
       The API provided is protocol specific. See the GASS Transfer library for a protocol-independent transfer
       interface.

       This data transfer portion of this API provides support for the standard data methods described in the
       FTPSpecification as well as extensions for parallel, striped, and partial data transfer.

       Any program that uses the GridFTP Control Library must include the globus_ftp_control.h header.

       The API documentation is organized into several sections

       • GridFTPServerControlGridFTPControlClientGridFTPDataConnectionsGridFTPConstants

       The  Globus  FTP  Control  library uses the standard module activation and deactivation API to initialize
       it's state. Before any GridFTP functions are called, the module must be activated

       globus_module_activate(GLOBUS_FTP_CONTROL_MODULE);

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

       To deactivate the GridFTP library, the following must be called

       globus_module_deactivate(GLOBUS_FTP_CONTROL_MODULE);

Name

       globus_ftp_control - GridFTP Control API

        - GridFTP Control API.

Synopsis

ModulesGridFTPConstants
           Constants.
       GridFTPServerControl
           Manage GridFTP Server Control Connections.
       GridFTPControlClient
           Control Client.
       GridFTPDataConnections
           Data Connections.

See Also