.TH "globus_i_ftp_client_handleattr_t" 3 "Sun Dec 13 2020" "Version 9.5" "globus_ftp_client" \" -*- nroff -*- .ad l .nh .SH NAME globus_i_ftp_client_handleattr_t \- Handle attributes\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .SS "Data Fields" .in +1c .ti -1c .RI "globus_bool_t \fBcache_all\fP" .br .ti -1c .RI "globus_bool_t \fBrfc1738_url\fP" .br .ti -1c .RI "globus_bool_t \fBgridftp2\fP" .br .ti -1c .RI "globus_list_t * \fBurl_cache\fP" .br .ti -1c .RI "globus_list_t * \fBplugins\fP" .br .in -1c .SH "Detailed Description" .PP Handle attributes\&. .SH "Field Documentation" .PP .SS "globus_bool_t globus_i_ftp_client_handleattr_t::cache_all" Cache all connections\&. .PP This attribute is used to cause the ftp client library to keep all control (and where possible) data connections open between ftp operations\&. .SS "globus_bool_t globus_i_ftp_client_handleattr_t::gridftp2" Use GRIDFTP2 if supported by the server .SS "globus_list_t* globus_i_ftp_client_handleattr_t::plugins" List of plugin structures\&. .PP This list contains all plugins which can be associated with an ftp client handle\&. These plugins will be notified when operations are done using a handle associated with them\&. .SS "globus_bool_t globus_i_ftp_client_handleattr_t::rfc1738_url" parse all URLs for caching with RFC1738 compliant parser .SS "globus_list_t* globus_i_ftp_client_handleattr_t::url_cache" List of cached URLs\&. .PP This list is used to manage the URL cache which is manipulated by the user calling \fBglobus_ftp_client_handle_cache_url_state()\fP and \fBglobus_ftp_client_handle_flush_url_state()\fP\&. .SH "Author" .PP Generated automatically by Doxygen for globus_ftp_client from the source code\&.