• Home
  • Raw
  • Download

Lines Matching refs:infof

283   infof(data, "Connection accepted from server");  in AcceptServerConnect()
376 infof(data, "Checking for server connect"); in ReceivedServerConnect()
386 infof(data, "There is negative response in cache while serv connect"); in ReceivedServerConnect()
404 infof(data, "Ready to accept data connection from server"); in ReceivedServerConnect()
408 infof(data, "Ctrl conn has data while waiting for data conn"); in ReceivedServerConnect()
438 DEBUGF(infof(data, "ftp InitiateTransfer()")); in InitiateTransfer()
486 infof(data, "Preparing for accepting server on data port"); in AllowServerConnect()
521 DEBUGF(infof(data, "ftp AllowServerConnect() -> %d", result)); in AllowServerConnect()
593 infof(data, "We got a 421 - timeout"); in ftp_readresp()
769 infof(data, "FTP %p (line %d) state change from %s to %s", in _state()
822 DEBUGF(infof(data, "ftp_domore_getsock()")); in ftp_domore_getsock()
1103 DEBUGF(infof(data, "ftp_state_use_port(), opened socket")); in ftp_state_use_port()
1125 infof(data, "bind(port=%hu) on non-local address failed: %s", port, in ftp_state_use_port()
1164 DEBUGF(infof(data, "ftp_state_use_port(), socket bound to port %d", port)); in ftp_state_use_port()
1173 DEBUGF(infof(data, "ftp_state_use_port(), listening on %d", port)); in ftp_state_use_port()
1313 infof(data, "Connect data stream passively"); in ftp_state_use_pasv()
1620 infof(data, "File already completely uploaded"); in ftp_state_ul_setup()
1774 infof(data, "Failed EPSV attempt. Disabling EPSV"); in ftp_epsv_disable()
1905 infof(data, "Skip %u.%u.%u.%u for data connection, re-use %s instead", in ftp_state_pasv_resp()
2029 infof(data, "disabling EPRT usage"); in ftp_state_port_resp()
2043 infof(data, "Connect data stream actively"); in ftp_state_port_resp()
2137 infof(data, "unsupported MDTM reply format"); in ftp_state_mdtm_resp()
2142 infof(data, "MDTM failed: file does not exist or permission problem," in ftp_state_mdtm_resp()
2153 infof(data, "The requested document is not new enough"); in ftp_state_mdtm_resp()
2162 infof(data, "The requested document is not old enough"); in ftp_state_mdtm_resp()
2172 infof(data, "Skipping time comparison"); in ftp_state_mdtm_resp()
2197 infof(data, "Got a %03d response code instead of the assumed 200", in ftp_state_type_resp()
2220 DEBUGF(infof(data, "ftp_state_retr()")); in ftp_state_retr()
2231 infof(data, "ftp server doesn't support SIZE"); in ftp_state_retr()
2268 infof(data, "File already completely downloaded"); in ftp_state_retr()
2278 infof(data, "Instructs server to resume from offset %" in ftp_state_retr()
2425 infof(data, "Data conn was not available immediately"); in ftp_state_stor_resp()
2519 infof(data, "Maxdownload = %" CURL_FORMAT_CURL_OFF_T, in ftp_state_get_resp()
2523 infof(data, "Getting file with size: %" CURL_FORMAT_CURL_OFF_T, in ftp_state_get_resp()
2539 infof(data, "Data conn was not available immediately"); in ftp_state_get_resp()
2719 infof(data, "Authentication successful"); in ftp_statemachine()
2921 infof(data, "Entry path is '%s'", ftpc->entrypath); in ftp_statemachine()
2930 infof(data, "Entry path is '%s'", ftpc->entrypath); in ftp_statemachine()
2937 infof(data, "Failed to figure out path"); in ftp_statemachine()
2941 DEBUGF(infof(data, "protocol connect phase DONE")); in ftp_statemachine()
2988 DEBUGF(infof(data, "protocol connect phase DONE")); in ftp_statemachine()
2999 DEBUGF(infof(data, "protocol connect phase DONE")); in ftp_statemachine()
3304 infof(data, "Remembering we are in dir \"%s\"", ftpc->prevpath); in ftp_done()
3362 infof(data, "partial download completed, closing connection"); in ftp_done()
3553 infof(data, "Connecting to %s (%s) port %d", newhost, buf, port); in ftp_pasv_verbose()
3705 DEBUGF(infof(data, "DO-MORE phase ends with %d", (int)result)); in ftp_do_more()
3729 DEBUGF(infof(data, "DO phase starts")); in ftp_perform()
3749 infof(data, "ftp_perform ends with SECONDARY: %d", *connected); in ftp_perform()
3752 DEBUGF(infof(data, "DO phase is complete1")); in ftp_perform()
3846 infof(data, "Wildcard - Parsing started"); in init_wc_data()
3913 infof(data, "Wildcard - START of \"%s\"", finfo->filename); in wc_statemach()
3922 infof(data, "Wildcard - \"%s\" skipped by user", in wc_statemach()
4255 infof(data, "Request has same path as previous transfer"); in ftp_parse_url_path()
4301 DEBUGF(infof(data, "DO phase failed")); in ftp_doing()
4305 DEBUGF(infof(data, "DO phase is complete2")); in ftp_doing()