Home
last modified time | relevance | path

Searched refs:sftp_scp (Results 1 – 1 of 1) sorted by relevance

/external/curl/lib/
Dssh.c712 struct SSHPROTO *sftp_scp = data->req.protop; in ssh_statemach_act() local
1187 result = ssh_getworkingpath(conn, sshc->homedir, &sftp_scp->path); in ssh_statemach_act()
1239 sftp_scp->path); in ssh_statemach_act()
1702 rc = libssh2_sftp_stat_ex(sshc->sftp_session, sftp_scp->path, in ssh_statemach_act()
1703 curlx_uztoui(strlen(sftp_scp->path)), in ssh_statemach_act()
1720 if(sftp_scp->path[strlen(sftp_scp->path)-1] == '/') in ssh_statemach_act()
1740 rc = libssh2_sftp_stat_ex(sshc->sftp_session, sftp_scp->path, in ssh_statemach_act()
1741 curlx_uztoui(strlen(sftp_scp->path)), in ssh_statemach_act()
1771 libssh2_sftp_open_ex(sshc->sftp_session, sftp_scp->path, in ssh_statemach_act()
1772 curlx_uztoui(strlen(sftp_scp->path)), in ssh_statemach_act()
[all …]