Searched refs:remote_path (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/OpenSSH-189/openssh/
H A Dsftp-client.c990 do_download(struct sftp_conn *conn, char *remote_path, char *local_path, argument
1012 if (a == NULL && (a = do_stat(conn, remote_path, 0)) == NULL)
1023 error("Cannot download non-regular file: %s", remote_path);
1039 buffer_put_cstring(&msg, remote_path);
1044 debug3("Sent message SSH2_FXP_OPEN I:%u P:%s", id, remote_path);
1047 "remote open(\"%s\")", remote_path);
1070 start_progress_meter(remote_path, size, &progress_counter);
1193 remote_path, fx2txt(status));
1337 do_upload(struct sftp_conn *conn, char *local_path, char *remote_path, argument
1391 buffer_put_cstring(&msg, remote_path);
[all...]
H A Dsftp.c1693 complete_match(EditLine *el, struct sftp_conn *conn, char *remote_path, argument
1712 tmp = make_absolute(tmp, remote_path);
1744 tmp = path_strip(tmp2, isabs ? NULL : remote_path);
1881 char *remote_path; local
1910 complete_ctx.remote_pathp = &remote_path;
1916 remote_path = do_realpath(conn, ".");
1917 if (remote_path == NULL)
1922 dir = make_absolute(dir, remote_path);
1928 &remote_path, 1) != 0) {
1930 xfree(remote_path);
[all...]

Completed in 95 milliseconds