Searched refs:sftp_scp (Results 1 – 1 of 1) sorted by relevance
703 struct SSHPROTO *sftp_scp = data->req.protop; in ssh_statemach_act() local1167 result = ssh_getworkingpath(conn, sshc->homedir, &sftp_scp->path); in ssh_statemach_act()1219 sftp_scp->path); in ssh_statemach_act()1612 if(sftp_scp->path[strlen(sftp_scp->path)-1] == '/') in ssh_statemach_act()1632 rc = libssh2_sftp_stat_ex(sshc->sftp_session, sftp_scp->path, in ssh_statemach_act()1633 curlx_uztoui(strlen(sftp_scp->path)), in ssh_statemach_act()1663 libssh2_sftp_open_ex(sshc->sftp_session, sftp_scp->path, in ssh_statemach_act()1664 curlx_uztoui(strlen(sftp_scp->path)), in ssh_statemach_act()1693 (strlen(sftp_scp->path) > 1))) { in ssh_statemach_act()1798 if(strlen(sftp_scp->path) > 1) { in ssh_statemach_act()[all …]