.TH "GASS Transfer API" 3 "Sat Nov 8 2014" "Version 8.8" "globus_gass_transfer" \" -*- nroff -*- .ad l .nh .SH NAME GASS Transfer API \- .PP GASS Transfer API\&. .SS "Modules" .in +1c .ti -1c .RI "\fBActivation\fP" .br .ti -1c .RI "\fBClient-Initiated Operations\fP" .br .RI "\fIGASS Transfer Client Operations\&. \fP" .ti -1c .RI "\fBImplementing Servers\fP" .br .RI "\fIGASS Server Implementation\&. \fP" .ti -1c .RI "\fBReferrals\fP" .br .RI "\fIGASS Referrals\&. \fP" .ti -1c .RI "\fBRequest Handles\fP" .br .RI "\fIRequest Handles\&. \fP" .ti -1c .RI "\fBRequest Attributes\fP" .br .ti -1c .RI "\fBListener attributes\fP" .br .ti -1c .RI "\fBImplementing Request Attributes\fP" .br .ti -1c .RI "\fBProtocol Modules\fP" .br .RI "\fIProtocol Implementation API\&. \fP" .in -1c .SH "Detailed Description" .PP GASS Transfer API\&. The GASS Transfer API is the core part of the GASS (Global Access to Secondary Storage) component of the Globus Toolkit\&. The purpose of GASS is to provide a simple way to enable grid applications to securely stage and access data to and from remote file servers using a simple protocol-independent API\&. .PP The GASS Transfer API provides a way to implement both \fBclient\fP and \fBserver\fP components\&. These share common data block and request management functionality\&. Client-specific functions are provided to implement file 'get', 'put', and 'append' operations\&. Server-specific functions are provided to implement servers which service such requests\&. Client and server functionality can be included in a single application, so one could implement proxies or cross-protocol bridges\&. .PP The GASS Transfer API is easily extensible to support different remote data access protocols\&. The standard Globus distribution includes client-side support for the http, and https protocols, as well as server-side support for the http and https protocols\&. An application which requires additional protocol support may add this through the \fBprotocol module interface\fP\&. .PP The GASS Transfer API is defined in the header file 'globus_gass_transfer\&.h' .PP The \fBGLOBUS_GASS_TRANSFER_MODULE\fP must be activated before calling any functions in this API\&. .SH "Author" .PP Generated automatically by Doxygen for globus_gass_transfer from the source code\&.