Lines Matching refs:path

988       result = Curl_getworkingpath(data, sshc->homedir, &protop->path);  in myssh_statemach_act()
1211 attrs = sftp_stat(sshc->sftp_session, protop->path); in myssh_statemach_act()
1225 if(protop->path[strlen(protop->path)-1] == '/') in myssh_statemach_act()
1240 attrs = sftp_stat(sshc->sftp_session, protop->path); in myssh_statemach_act()
1271 sftp_open(sshc->sftp_session, protop->path, in myssh_statemach_act()
1279 (strlen(protop->path) > 1))) { in myssh_statemach_act()
1377 if(strlen(protop->path) > 1) { in myssh_statemach_act()
1378 sshc->slash_pos = protop->path + 1; /* ignore the leading '/' */ in myssh_statemach_act()
1391 infof(data, "Creating directory '%s'", protop->path); in myssh_statemach_act()
1400 rc = sftp_mkdir(sshc->sftp_session, protop->path, in myssh_statemach_act()
1434 protop->path); in myssh_statemach_act()
1484 sshc->readdir_linkPath = aprintf("%s%s", protop->path, in myssh_statemach_act()
1590 sshc->sftp_file = sftp_open(sshc->sftp_session, protop->path, in myssh_statemach_act()
1756 Curl_safefree(protop->path); in myssh_statemach_act()
1796 result = Curl_getworkingpath(data, sshc->homedir, &protop->path); in myssh_statemach_act()
1815 ssh_scp_new(sshc->ssh_session, SSH_SCP_WRITE, protop->path); in myssh_statemach_act()
1820 ssh_scp_new(sshc->ssh_session, SSH_SCP_READ, protop->path); in myssh_statemach_act()
1842 rc = ssh_scp_push_file(sshc->scp_session, protop->path, in myssh_statemach_act()
2385 Curl_safefree(protop->path); in myssh_done()
2664 protop->path); in sftp_quote()