Searched refs:sftp_download (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | sftp-client.h | 144 int sftp_download(struct sftp_conn *, const char *, const char *, Attrib *,
|
H A D | sftp-client.c | 1597 sftp_download(struct sftp_conn *conn, const char *remote_path, in sftp_download() function 1974 if (sftp_download(conn, new_src, new_dst, a, in download_dir_internal()
|
H A D | scp.c | 1636 if (sftp_download(conn, g.gl_pathv[i], abs_dst, NULL, in sink_sftp()
|
H A D | sftp.c | 718 if (sftp_download(conn, g.gl_pathv[i], abs_dst, NULL, in process_get()
|