Lines Matching refs:infof
342 infof(data, "Connection accepted from server\n"); in AcceptServerConnect()
429 infof(data, "Checking for server connect\n"); in ReceivedServerConnect()
439 infof(data, "There is negative response in cache while serv connect\n"); in ReceivedServerConnect()
457 infof(data, "Ready to accept data connection from server\n"); in ReceivedServerConnect()
461 infof(data, "Ctrl conn has data while waiting for data conn\n"); in ReceivedServerConnect()
494 infof(data, "Doing the SSL/TLS handshake on the data stream\n"); in InitiateTransfer()
543 infof(data, "Preparing for accepting server on data port\n"); in AllowServerConnect()
651 infof(data, "We got a 421 - timeout!\n"); in ftp_readresp()
827 infof(conn->data, "FTP %p (line %d) state change from %s to %s\n", in _state()
1181 infof(data, "bind(port=%hu) on non-local address failed: %s\n", port, in ftp_state_use_port()
1379 infof(conn->data, "Connect data stream passively\n"); in ftp_state_use_pasv()
1691 infof(data, "File already completely uploaded\n"); in ftp_state_ul_setup()
1818 infof(conn->data, "Failed EPSV attempt. Disabling EPSV\n"); in ftp_epsv_disable()
2015 infof(data, "Skip %d.%d.%d.%d for data connection, re-use %s instead\n", in ftp_state_pasv_resp()
2116 infof(data, "disabling EPRT usage\n"); in ftp_state_port_resp()
2130 infof(data, "Connect data stream actively\n"); in ftp_state_port_resp()
2199 infof(data, "unsupported MDTM reply format\n"); in ftp_state_mdtm_resp()
2213 infof(data, "The requested document is not new enough\n"); in ftp_state_mdtm_resp()
2222 infof(data, "The requested document is not old enough\n"); in ftp_state_mdtm_resp()
2232 infof(data, "Skipping time comparison\n"); in ftp_state_mdtm_resp()
2257 infof(data, "Got a %03d response code instead of the assumed 200\n", in ftp_state_type_resp()
2290 infof(data, "ftp server doesn't support SIZE\n"); in ftp_state_retr()
2327 infof(data, "File already completely downloaded\n"); in ftp_state_retr()
2337 infof(data, "Instructs server to resume from offset %" in ftp_state_retr()
2454 infof(data, "Data conn was not available immediately\n"); in ftp_state_stor_resp()
2547 infof(data, "Maxdownload = %" CURL_FORMAT_CURL_OFF_T "\n", in ftp_state_get_resp()
2551 infof(data, "Getting file with size: %" CURL_FORMAT_CURL_OFF_T "\n", in ftp_state_get_resp()
2567 infof(data, "Data conn was not available immediately\n"); in ftp_state_get_resp()
2737 infof(data, "Logging in with password in cleartext!\n"); in ftp_statemach_act()
2739 infof(data, "Authentication successful\n"); in ftp_statemach_act()
2935 infof(data, "Entry path is '%s'\n", ftpc->entrypath); in ftp_statemach_act()
2944 infof(data, "Entry path is '%s'\n", ftpc->entrypath); in ftp_statemach_act()
2951 infof(data, "Failed to figure out path\n"); in ftp_statemach_act()
2955 DEBUGF(infof(data, "protocol connect phase DONE\n")); in ftp_statemach_act()
3004 DEBUGF(infof(data, "protocol connect phase DONE\n")); in ftp_statemach_act()
3015 DEBUGF(infof(data, "protocol connect phase DONE\n")); in ftp_statemach_act()
3312 infof(data, "Remembering we are in dir \"%s\"\n", ftpc->prevpath); in ftp_done()
3384 infof(data, "partial download completed, closing connection\n"); in ftp_done()
3562 infof(conn->data, "Connecting to %s (%s) port %d\n", newhost, buf, port); in ftp_pasv_verbose()
3591 DEBUGF(infof(conn->data, "FTP RANGE %" CURL_FORMAT_CURL_OFF_T in ftp_range()
3598 DEBUGF(infof(conn->data, "FTP RANGE the last %" CURL_FORMAT_CURL_OFF_T in ftp_range()
3605 DEBUGF(infof(conn->data, "FTP RANGE from %" CURL_FORMAT_CURL_OFF_T in ftp_range()
3609 DEBUGF(infof(conn->data, "range-download from %" CURL_FORMAT_CURL_OFF_T in ftp_range()
3657 DEBUGF(infof(data, "DO-MORE connected phase starts\n")); in ftp_do_more()
3659 infof(data, "Connection to proxy confirmed\n"); in ftp_do_more()
3765 DEBUGF(infof(data, "DO-MORE phase ends with %d\n", (int)result)); in ftp_do_more()
3789 DEBUGF(infof(conn->data, "DO phase starts\n")); in ftp_perform()
3809 infof(conn->data, "ftp_perform ends with SECONDARY: %d\n", *connected); in ftp_perform()
3812 DEBUGF(infof(conn->data, "DO phase is complete1\n")); in ftp_perform()
3915 infof(conn->data, "Wildcard - Parsing started\n"); in init_wc_data()
3973 infof(conn->data, "Wildcard - START of \"%s\"\n", finfo->filename); in wc_statemach()
3979 infof(conn->data, "Wildcard - \"%s\" skipped by user\n", in wc_statemach()
4404 infof(data, "Request has same path as previous transfer\n"); in ftp_parse_url_path()
4453 DEBUGF(infof(conn->data, "DO phase failed\n")); in ftp_doing()
4457 DEBUGF(infof(conn->data, "DO phase is complete2\n")); in ftp_doing()