.TH "globus_ftp_client_api" 3 "Wed Feb 27 2019" "Version 9.2" "globus_ftp_client" \" -*- nroff -*- .ad l .nh .SH NAME globus_ftp_client_api \- Globus FTP Client API\&. .SH SYNOPSIS .br .PP .SS "Modules" .in +1c .ti -1c .RI "\fBActivation\fP" .br .RI "Activation\&. " .ti -1c .RI "\fBRestart Markers\fP" .br .RI "Restart Markers\&. " .ti -1c .RI "\fBHandle Management\fP" .br .RI "Handle Management\&. " .ti -1c .RI "\fBHandle Attributes\fP" .br .RI "Handle Attributes\&. " .ti -1c .RI "\fBFTP Operations\fP" .br .RI "FTP Operations\&. " .ti -1c .RI "\fBFTP Operation Attributes\fP" .br .RI "FTP Operation Attributes\&. " .ti -1c .RI "\fBReading and Writing Data\fP" .br .RI "Reading and Writing Data\&. " .ti -1c .RI "\fBPlugins\fP" .br .RI "Plugin API\&. " .in -1c .SH "Detailed Description" .PP Globus FTP Client API\&. The Globus FTP Client library provides a convenient way of accessing files on remote FTP servers\&. In addition to supporting the basic FTP protocol, the FTP Client library supports several security and performance extensions to make FTP more suitable for Grid applications\&. These extensions are described in the Grid FTP Protocol document\&. .PP In addition to protocol support for grid applications, the FTP Client library provides a \fBplugin architecture \fP for installing application or grid-specific fault recovery and performance tuning algorithms within the library\&. Application writers may then target their code toward the FTP Client library, and by simply enabling the appropriate plugins, easily tune their application to run it on a different grid\&. .PP All applications which use the Globus FTP Client API must include the header file \fBglobus_ftp_client\&.h\fP and activate the GLOBUS_FTP_CLIENT_MODULE .PP To use the Globus FTP Client API, one must create an \fBFTP Client handle \fP\&. This structure contains context information about FTP operations which are being executed, a cache of FTP control and data connections, and information about plugins which are being used\&. The specifics of the connection caching and plugins are found in the \fBHandle Attributes\fP section of this manual\&. .PP Once the handle is created, one may begin transferring files or doing other FTP operations by calling the functions in the \fBFTP Operations\fP section of this manual\&. In addition to whole-file transfers, the API supports partial file transfers, restarting transfers from a known point, and various FTP directory management commands\&. All FTP operations may have a set of attributes, defined in the \fBFTP Operation Attributes\fP section, associated with them to tune various FTP parameters\&. The data structures and functions needed to restart a file transfer are described in the \fBRestart Markers\fP section of this manual\&. For operations which require the user to send to or receive data from an FTP server the must call the functions in the \fBReading and Writing Data\fP section of the manual\&. .SH "Author" .PP Generated automatically by Doxygen for globus_ftp_client from the source code\&.