Searched refs:remote_path (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/ssh/sftp/ |
H A D | sftp-client.c | 763 do_download(struct sftp_conn *conn, char *remote_path, char *local_path, in do_download() argument 785 a = do_stat(conn, remote_path, 0); in do_download() 797 error("Cannot download non-regular file: %s", remote_path); in do_download() 813 buffer_put_cstring(&msg, remote_path); in do_download() 818 debug3("Sent message SSH2_FXP_OPEN I:%u P:%s", id, remote_path); in do_download() 842 start_progress_meter(remote_path, size, &progress_counter); in do_download() 965 remote_path, fx2txt(status)); in do_download() 1001 do_upload(struct sftp_conn *conn, char *local_path, char *remote_path, in do_upload() argument 1054 buffer_put_cstring(&msg, remote_path); in do_upload() 1058 debug3("Sent message SSH2_FXP_OPEN I:%u P:%s", id, remote_path); in do_upload() [all …]
|