table of contents
other versions
- wheezy-backports 8.13-6~bpo70+1
- jessie 8.13-6
- testing 8.33-1
- unstable 8.34-1
| globus_i_ftp_client_handleattr_t(3) | globus_ftp_client | globus_i_ftp_client_handleattr_t(3) |
NAME¶
globus_i_ftp_client_handleattr_t - Handle attributes.SYNOPSIS¶
#include <globus_i_ftp_client.h>Data Fields¶
globus_bool_t cache_all
Detailed Description¶
Handle attributes. Examples:globus_ftp_client_debug_plugin.example, and globus_ftp_client_restart_plugin.example.
Field Documentation¶
globus_bool_t globus_i_ftp_client_handleattr_t::cache_all¶
Cache all connections. This attribute is used to cause the ftp client library to keep all control (and where possible) data connections open between ftp operations.globus_bool_t globus_i_ftp_client_handleattr_t::gridftp2¶
Use GRIDFTP2 if supported by the serverglobus_list_t* globus_i_ftp_client_handleattr_t::plugins¶
List of plugin structures. 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.globus_bool_t globus_i_ftp_client_handleattr_t::rfc1738_url¶
parse all URLs for caching with RFC1738 compliant parserglobus_list_t* globus_i_ftp_client_handleattr_t::url_cache¶
List of cached URLs. This list is used to manage the URL cache which is manipulated by the user calling globus_ftp_client_handle_cache_url_state() and globus_ftp_client_handle_flush_url_state().Author¶
Generated automatically by Doxygen for globus_ftp_client from the source code.| Mon Oct 5 2015 | Version 8.13 |