Searched refs:sftp_scp (Results 1 – 2 of 2) sorted by relevance
/external/curl/lib/vssh/ |
D | libssh2.c | 801 struct SSHPROTO *sftp_scp = data->req.protop; in ssh_statemach_act() local 1284 result = Curl_getworkingpath(conn, sshc->homedir, &sftp_scp->path); in ssh_statemach_act() 1339 sftp_scp->path); in ssh_statemach_act() 1833 rc = libssh2_sftp_stat_ex(sshc->sftp_session, sftp_scp->path, in ssh_statemach_act() 1834 curlx_uztoui(strlen(sftp_scp->path)), in ssh_statemach_act() 1851 if(sftp_scp->path[strlen(sftp_scp->path)-1] == '/') in ssh_statemach_act() 1871 rc = libssh2_sftp_stat_ex(sshc->sftp_session, sftp_scp->path, in ssh_statemach_act() 1872 curlx_uztoui(strlen(sftp_scp->path)), in ssh_statemach_act() 1902 libssh2_sftp_open_ex(sshc->sftp_session, sftp_scp->path, in ssh_statemach_act() 1903 curlx_uztoui(strlen(sftp_scp->path)), in ssh_statemach_act() [all …]
|
D | wolfssh.c | 432 struct SSHPROTO *sftp_scp = data->req.protop; in wssh_statemach_act() local 520 result = Curl_getworkingpath(conn, sshc->homedir, &sftp_scp->path); in wssh_statemach_act() 548 if(sftp_scp->path[strlen(sftp_scp->path)-1] == '/') in wssh_statemach_act() 560 rc = wolfSSH_SFTP_STAT(sshc->ssh_session, sftp_scp->path, in wssh_statemach_act() 592 rc = wolfSSH_SFTP_Open(sshc->ssh_session, sftp_scp->path, in wssh_statemach_act() 703 rc = wolfSSH_SFTP_Open(sshc->ssh_session, sftp_scp->path, in wssh_statemach_act() 731 rc = wolfSSH_SFTP_STAT(sshc->ssh_session, sftp_scp->path, &attrs); in wssh_statemach_act() 832 name = wolfSSH_SFTP_LS(sshc->ssh_session, sftp_scp->path); in wssh_statemach_act() 1030 struct SSHPROTO *sftp_scp = conn->data->req.protop; in wssh_done() local 1039 if(sftp_scp) in wssh_done() [all …]
|