Searched refs:sftp_stat (Results 1 – 5 of 5) sorted by relevance
| /freebsd/crypto/openssh/ |
| H A D | sftp-client.c | 902 sftp_stat(struct sftp_conn *conn, const char *path, int quiet, Attrib *a) in sftp_stat() function 925 return sftp_stat(conn, path, quiet, a); in sftp_lstat() 1104 if (sftp_stat(conn, oldpath, 0, &attr) != 0) in sftp_copy() 1606 if (sftp_stat(conn, remote_path, 0, &attr) != 0) in sftp_download() 1894 if (sftp_stat(conn, src, 1, &ldirattrib) != 0) { in download_dir_internal() 1941 if (sftp_stat(conn, new_src, 1, &lsym) != 0) { in download_dir_internal() 2063 if (sftp_stat(conn, remote_path, 0, &c) != 0) { in sftp_upload() 2286 if (sftp_stat(conn, dst, 0, &dirattrib) != 0) in upload_dir_internal() 2466 if (sftp_stat(from, from_path, 0, &attr) != 0) in sftp_crossload() 2710 if (sftp_stat(from, from_path, 1, &ldirattrib) != 0) { in crossload_dir_internal() [all …]
|
| H A D | sftp-client.h | 94 int sftp_stat(struct sftp_conn *, const char *, int, Attrib *);
|
| H A D | sftp-glob.c | 127 if (sftp_stat(cur.conn, path, 1, &a) != 0) in fudge_stat()
|
| H A D | scp.c | 1580 if (sftp_stat(conn, g.gl_pathv[0], 1, NULL) != 0) { in sink_sftp() 2027 if (sftp_stat(from, g.gl_pathv[0], 1, NULL) != 0) {
|
| H A D | sftp.c | 1647 if (sftp_stat(conn, tmp, 0, &aa) != 0) { in parse_dispatch_command() 1739 if ((hflag ? sftp_lstat : sftp_stat)(conn, in parse_dispatch_command()
|