• Home
  • Raw
  • Download

Lines Matching refs:PPSENDF

157 #define PPSENDF(x,y,z)  result = Curl_pp_sendf(x,y,z); \  macro
852 PPSENDF(&conn->proto.ftpc.pp, "USER %s", ftp->user?ftp->user:""); in ftp_state_user()
865 PPSENDF(&conn->proto.ftpc.pp, "%s", "PWD"); in ftp_state_pwd()
951 PPSENDF(&conn->proto.ftpc.pp, "CWD %s", ftpc->entrypath); in ftp_state_cwd()
959 PPSENDF(&conn->proto.ftpc.pp, "CWD %s", ftpc->dirs[ftpc->count1 -1]); in ftp_state_cwd()
1386 PPSENDF(&ftpc->pp, "%s", mode[modeoff]); in ftp_state_use_pasv()
1425 PPSENDF(&conn->proto.ftpc.pp, "PRET %s", in ftp_state_prepare_transfer()
1431 PPSENDF(&conn->proto.ftpc.pp, "PRET STOR %s", conn->proto.ftpc.file); in ftp_state_prepare_transfer()
1434 PPSENDF(&conn->proto.ftpc.pp, "PRET RETR %s", conn->proto.ftpc.file); in ftp_state_prepare_transfer()
1456 PPSENDF(&conn->proto.ftpc.pp, "REST %d", 0); in ftp_state_rest()
1476 PPSENDF(&ftpc->pp, "SIZE %s", ftpc->file); in ftp_state_size()
1618 PPSENDF(&ftpc->pp, "MDTM %s", ftpc->file); in ftp_state_mdtm()
1656 PPSENDF(&ftpc->pp, "SIZE %s", ftpc->file); in ftp_state_ul_setup()
1718 PPSENDF(&ftpc->pp, data->set.ftp_append?"APPE %s":"STOR %s", in ftp_state_ul_setup()
1779 PPSENDF(&ftpc->pp, "%s", cmd); in ftp_state_quote()
1808 PPSENDF(&ftpc->pp, "RETR %s", ftpc->file); in ftp_state_quote()
1812 PPSENDF(&ftpc->pp, "SIZE %s", ftpc->file); in ftp_state_quote()
1846 PPSENDF(&conn->proto.ftpc.pp, "%s", "PASV"); in ftp_epsv_disable()
2363 PPSENDF(&ftpc->pp, "REST %" CURL_FORMAT_CURL_OFF_T, in ftp_state_retr()
2370 PPSENDF(&ftpc->pp, "RETR %s", ftpc->file); in ftp_state_retr()
2441 PPSENDF(&ftpc->pp, "RETR %s", ftpc->file); in ftp_state_rest_resp()
2635 PPSENDF(&conn->proto.ftpc.pp, "PBSZ %d", 0); in ftp_state_loggedin()
2659 PPSENDF(&ftpc->pp, "PASS %s", ftp->passwd?ftp->passwd:""); in ftp_state_user_resp()
2669 PPSENDF(&ftpc->pp, "ACCT %s", data->set.str[STRING_FTP_ACCOUNT]); in ftp_state_user_resp()
2686 PPSENDF(&conn->proto.ftpc.pp, "%s", in ftp_state_user_resp()
2786 PPSENDF(&ftpc->pp, "AUTH %s", ftpauth[ftpc->count1]); in ftp_statemach_act()
2844 PPSENDF(&ftpc->pp, "PROT %c", in ftp_statemach_act()
2864 PPSENDF(&ftpc->pp, "%s", "CCC"); in ftp_statemach_act()
3063 PPSENDF(&ftpc->pp, "MKD %s", ftpc->dirs[ftpc->count1 - 1]); in ftp_statemach_act()
3079 PPSENDF(&ftpc->pp, "CWD %s", ftpc->dirs[ftpc->count1 - 1]); in ftp_statemach_act()
3097 PPSENDF(&ftpc->pp, "CWD %s", ftpc->dirs[ftpc->count1 - 1]); in ftp_statemach_act()
3498 PPSENDF(&conn->proto.ftpc.pp, "%s", cmd); in ftp_sendquote()
3550 PPSENDF(&ftpc->pp, "TYPE %c", want); in ftp_nb_type()