Searched refs:sftp_stat (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | sftp-client.c | 917 sftp_stat(struct sftp_conn *conn, const char *path, int quiet, Attrib *a) in sftp_stat() function 940 return sftp_stat(conn, path, quiet, a); in sftp_lstat() 1119 if (sftp_stat(conn, oldpath, 0, &attr) != 0) in sftp_copy() 1621 if (sftp_stat(conn, remote_path, 0, &attr) != 0) in sftp_download() 1909 if (sftp_stat(conn, src, 1, &ldirattrib) != 0) { in download_dir_internal() 1956 if (sftp_stat(conn, new_src, 1, &lsym) != 0) { in download_dir_internal() 2078 if (sftp_stat(conn, remote_path, 0, &c) != 0) { in sftp_upload() 2296 if (sftp_stat(conn, dst, 0, &dirattrib) != 0) in upload_dir_internal() 2475 if (sftp_stat(from, from_path, 0, &attr) != 0) in sftp_crossload() 2719 if (sftp_stat(from, from_path, 1, &ldirattrib) != 0) { in crossload_dir_internal() [all …]
|
H A D | sftp-client.h | 99 int sftp_stat(struct sftp_conn *, const char *, int, Attrib *);
|
H A D | sftp-glob.c | 128 if (sftp_stat(cur.conn, path, 1, &a) != 0) in fudge_stat()
|
H A D | scp.c | 1590 if (sftp_stat(conn, g.gl_pathv[0], 1, NULL) != 0) { in sink_sftp() 2031 if (sftp_stat(from, g.gl_pathv[0], 1, NULL) != 0) {
|
H A D | sftp.c | 1651 if (sftp_stat(conn, tmp, 0, &aa) != 0) { in parse_dispatch_command() 1743 if ((hflag ? sftp_lstat : sftp_stat)(conn, in parse_dispatch_command()
|
H A D | ChangeLog | 4377 Completely mechanical except for sftp_stat() and sftp_lstat() which
|