globus_gass_copy 10.13
|
Protocol-Independent File Transfer.
The Globus GASS Copy library is motivated by the desire to provide a uniform interface to transfer files specified by different protocols.
The goals in doing this are to:
Any program that uses Globus GASS Copy functions must include "globus_gass_copy.h".
Globus GASS Copy uses standard Globus module activation and deactivation. Before any Globus GASS Copy functions are called, the following function must be called:
This function returns GLOBUS_SUCCESS if Globus GASS Copy was successfully initialized, and you are therefore allowed to subsequently call Globus GASS Copy functions. Otherwise, an error code is returned, and Globus GASS Copy functions should not be subsequently called. This function may be called multiple times.
To deactivate Globus GASS Copy, the following function must be called:
This function should be called once for each time Globus GASS Copy was activated.