globus_ftp_control_force_close (3) Linux Manual Page
NAME GridFTP Control Client – Control Client. Functions globus_result_t globus_ftp_control_handle_init (globus_ftp_control_handle_t *handle) Initialize a globus ftp handle. globus_result_t globus_ftp_control_handle_destroy (globus_ftp_control_handle_t *handle) Destroy a globus ftp handle. globus_result_t globus_ftp_control_connect (globus_ftp_control_handle_t *handle, char *host, unsigned short port, globus_ftp_control_response_callback_t callback, void *callback_arg) Create a new control connection to an FTP server. globus_result_t globus_ftp_control_response_destroy (globus_ftp_control_response_t *response) Free the memory…
