Lines Matching refs:sftp_stat
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()
2752 if (sftp_stat(to, to_path, 0, &newdir) != 0) in crossload_dir_internal()
2781 if (sftp_stat(from, new_from_path, 1, &lsym) != 0) { in crossload_dir_internal()
2993 if (sftp_stat(conn, path, 1, &a) != 0) in sftp_remote_is_dir()