Lines Matching refs:remote_path
987 do_download(struct sftp_conn *conn, char *remote_path, char *local_path, in do_download() argument
1009 if (a == NULL && (a = do_stat(conn, remote_path, 0)) == NULL) in do_download()
1020 error("Cannot download non-regular file: %s", remote_path); in do_download()
1036 buffer_put_cstring(&msg, remote_path); in do_download()
1041 debug3("Sent message SSH2_FXP_OPEN I:%u P:%s", id, remote_path); in do_download()
1044 "remote open(\"%s\")", remote_path); in do_download()
1067 start_progress_meter(remote_path, size, &progress_counter); in do_download()
1190 remote_path, fx2txt(status)); in do_download()
1334 do_upload(struct sftp_conn *conn, char *local_path, char *remote_path, in do_upload() argument
1388 buffer_put_cstring(&msg, remote_path); in do_upload()
1392 debug3("Sent message SSH2_FXP_OPEN I:%u P:%s", id, remote_path); in do_upload()
1397 "remote open(\"%s\")", remote_path); in do_upload()
1495 remote_path, fx2txt(status)); in do_upload()