Lines Matching refs:from
378 infof(data, "SFTP %p state change from %s to %s",
580 rc = func(data, knownkeyp, /* from the knownhosts file */
581 &foundkey, /* from the remote host */
810 * force a specific public key type from the server if an entry is found.
1021 * against our known hosts. How that is handled (reading from file,
1122 * libssh2 extract the public key from the private key file.
1182 any, is from a previous error so ignore it. #11837 */
1540 * the arguments following the command must be separated from the
2144 /* Let's read off the proper amount of bytes from the input. */
2512 curl_off_t from, to;
2518 from_t = curlx_strtoofft(data->state.range, &ptr, 10, &from);
2531 /* from is relative to end of file */
2532 from = size - to;
2535 if(from > size) {
2538 CURL_FORMAT_CURL_OFF_T ")", from,
2542 if(from > to) {
2543 from = to;
2547 size = to - from + 1;
2550 SFTP_SEEK(sshc->sftp_handle, from);
2560 /* We're supposed to download the last abs(from) bytes */
2568 /* download from where? */
2778 /* get a fresh new channel from the ssh layer */
2968 infof(data, "Failed to disconnect from libssh2 agent: %d %s",
3090 /* called repeatedly until done from multi.c */
3235 * Curl_ssh_connect() gets called from Curl_protocol_connect() to allow us to
3294 Setup libssh2 callbacks to make it read/write TLS from the socket.
3341 reading from the proxy */
3373 /* read all known hosts from there */
3378 infof(data, "Failed to read known hosts from %s",
3430 /* called from multi.c while DOing */
3496 /* generic done function for both SCP and SFTP called from their specific
3619 /* called from multi.c while DOing */
3737 return "Bad message from SFTP server";