Ftp connection state.
#include <globus_i_ftp_client.h>
globus_ftp_client_target_state_t state
globus_ftp_control_handle_t * control_handle
char * url_string
globus_url_t url
globus_ftp_control_auth_info_t auth_info
globus_i_ftp_client_features_t * features
globus_ftp_control_dcau_t dcau
globus_i_ftp_client_operationattr_t * attr
globus_i_ftp_client_handle_t * owner
globus_i_ftp_client_data_target_t cached_data_conn
globus_ftp_client_plugin_command_mask_t mask
FTP Connection State.
This type is used to store information about an active FTP control connection. This information includes the FTP control handle, the extensions which the server supports, and the current session settings which have been set on the control handle.
Requested settings
Information about server authentication.
Data connection caching information
Handle to an FTP control connection.
Current settings
Features we've discovered about this target so far.
Plugin mask associated with the currently pending command.
The client that this target is associated with
Current connection/activity state of this target
Host/port we are connected to.
URL we are currently processing.
Generated automatically by Doxygen for globus_ftp_client from the source code.