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

/macosx-10.10/curl-83.1.2/curl/lib/
H A Dssh.c689 struct SSHPROTO *sftp_scp = data->req.protop; local
1132 result = ssh_getworkingpath(conn, sshc->homedir, &sftp_scp->path);
1184 sftp_scp->path);
1577 if(sftp_scp->path[strlen(sftp_scp->path)-1] == '/')
1597 rc = libssh2_sftp_stat_ex(sshc->sftp_session, sftp_scp->path,
1598 curlx_uztoui(strlen(sftp_scp->path)),
1628 libssh2_sftp_open_ex(sshc->sftp_session, sftp_scp->path,
1629 curlx_uztoui(strlen(sftp_scp->path)),
1658 (strlen(sftp_scp
2919 struct SSHPROTO *sftp_scp = conn->data->req.protop; local
[all...]

Completed in 118 milliseconds