Lines Matching refs:infof

301   infof(data, "Connection accepted from server\n");  in AcceptServerConnect()
392 infof(data, "Checking for server connect\n"); in ReceivedServerConnect()
402 infof(data, "There is negative response in cache while serv connect\n"); in ReceivedServerConnect()
420 infof(data, "Ready to accept data connection from server\n"); in ReceivedServerConnect()
424 infof(data, "Ctrl conn has data while waiting for data conn\n"); in ReceivedServerConnect()
456 infof(data, "Doing the SSL/TLS handshake on the data stream\n"); in InitiateTransfer()
500 infof(data, "Preparing for accepting server on data port\n"); in AllowServerConnect()
606 infof(data, "We got a 421 - timeout!\n"); in ftp_readresp()
781 infof(conn->data, "FTP %p (line %d) state change from %s to %s\n", in _state()
1142 infof(data, "bind(port=%hu) on non-local address failed: %s\n", port, in ftp_state_use_port()
1341 infof(conn->data, "Connect data stream passively\n"); in ftp_state_use_pasv()
1652 infof(data, "File already completely uploaded\n"); in ftp_state_ul_setup()
1791 infof(conn->data, "Failed EPSV attempt. Disabling EPSV\n"); in ftp_epsv_disable()
1907 infof(data, "Skip %u.%u.%u.%u for data connection, re-use %s instead\n", in ftp_state_pasv_resp()
2016 infof(data, "disabling EPRT usage\n"); in ftp_state_port_resp()
2030 infof(data, "Connect data stream actively\n"); in ftp_state_port_resp()
2100 infof(data, "unsupported MDTM reply format\n"); in ftp_state_mdtm_resp()
2114 infof(data, "The requested document is not new enough\n"); in ftp_state_mdtm_resp()
2123 infof(data, "The requested document is not old enough\n"); in ftp_state_mdtm_resp()
2133 infof(data, "Skipping time comparison\n"); in ftp_state_mdtm_resp()
2158 infof(data, "Got a %03d response code instead of the assumed 200\n", in ftp_state_type_resp()
2191 infof(data, "ftp server doesn't support SIZE\n"); in ftp_state_retr()
2228 infof(data, "File already completely downloaded\n"); in ftp_state_retr()
2238 infof(data, "Instructs server to resume from offset %" in ftp_state_retr()
2358 infof(data, "Data conn was not available immediately\n"); in ftp_state_stor_resp()
2450 infof(data, "Maxdownload = %" CURL_FORMAT_CURL_OFF_T "\n", in ftp_state_get_resp()
2454 infof(data, "Getting file with size: %" CURL_FORMAT_CURL_OFF_T "\n", in ftp_state_get_resp()
2470 infof(data, "Data conn was not available immediately\n"); in ftp_state_get_resp()
2640 infof(data, "Logging in with password in cleartext!\n"); in ftp_statemach_act()
2642 infof(data, "Authentication successful\n"); in ftp_statemach_act()
2845 infof(data, "Entry path is '%s'\n", ftpc->entrypath); in ftp_statemach_act()
2854 infof(data, "Entry path is '%s'\n", ftpc->entrypath); in ftp_statemach_act()
2861 infof(data, "Failed to figure out path\n"); in ftp_statemach_act()
2865 DEBUGF(infof(data, "protocol connect phase DONE\n")); in ftp_statemach_act()
2912 DEBUGF(infof(data, "protocol connect phase DONE\n")); in ftp_statemach_act()
2923 DEBUGF(infof(data, "protocol connect phase DONE\n")); in ftp_statemach_act()
3217 infof(data, "Remembering we are in dir \"%s\"\n", ftpc->prevpath); in ftp_done()
3285 infof(data, "partial download completed, closing connection\n"); in ftp_done()
3463 infof(conn->data, "Connecting to %s (%s) port %d\n", newhost, buf, port); in ftp_pasv_verbose()
3503 DEBUGF(infof(data, "DO-MORE connected phase starts\n")); in ftp_do_more()
3631 DEBUGF(infof(data, "DO-MORE phase ends with %d\n", (int)result)); in ftp_do_more()
3655 DEBUGF(infof(conn->data, "DO phase starts\n")); in ftp_perform()
3675 infof(conn->data, "ftp_perform ends with SECONDARY: %d\n", *connected); in ftp_perform()
3678 DEBUGF(infof(conn->data, "DO phase is complete1\n")); in ftp_perform()
3772 infof(conn->data, "Wildcard - Parsing started\n"); in init_wc_data()
3838 infof(conn->data, "Wildcard - START of \"%s\"\n", finfo->filename); in wc_statemach()
3847 infof(conn->data, "Wildcard - \"%s\" skipped by user\n", in wc_statemach()
4277 infof(data, "Request has same path as previous transfer\n"); in ftp_parse_url_path()
4322 DEBUGF(infof(conn->data, "DO phase failed\n")); in ftp_doing()
4326 DEBUGF(infof(conn->data, "DO phase is complete2\n")); in ftp_doing()