Lines Matching refs:remote_path
1152 do_download(struct sftp_conn *conn, const char *remote_path, in do_download() argument
1178 if (a == NULL && (a = do_stat(conn, remote_path, 0)) == NULL) in do_download()
1189 error("Cannot download non-regular file: %s", remote_path); in do_download()
1208 (r = sshbuf_put_cstring(msg, remote_path)) != 0 || in do_download()
1213 debug3("Sent message SSH2_FXP_OPEN I:%u P:%s", id, remote_path); in do_download()
1216 "remote open(\"%s\")", remote_path); in do_download()
1260 start_progress_meter(remote_path, size, &progress_counter); in do_download()
1402 remote_path, fx2txt(status)); in do_download()
1560 const char *remote_path, int preserve_flag, int resume, int fsync_flag) in do_upload() argument
1611 if ((c = do_stat(conn, remote_path, 0)) == NULL) { in do_upload()
1636 (r = sshbuf_put_cstring(msg, remote_path)) != 0 || in do_upload()
1642 debug3("Sent message SSH2_FXP_OPEN I:%u P:%s", id, remote_path); in do_upload()
1647 "remote open(\"%s\")", remote_path); in do_upload()
1754 remote_path, fx2txt(status)); in do_upload()