Home
last modified time | relevance | path

Searched refs:to_path (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dsftp-client.h168 const char *from_path, const char *to_path,
176 const char *from_path, const char *to_path,
H A Dsftp-client.c2367 handle_dest_replies(struct sftp_conn *to, const char *to_path, int synchronous, in handle_dest_replies() argument
2435 const char *from_path, const char *to_path, in sftp_crossload() argument
2451 debug2_f("crossload src \"%s\" to dst \"%s\"", from_path, to_path); in sftp_crossload()
2486 if (send_open(to, to_path, "dest", in sftp_crossload()
2534 handle_dest_replies(to, to_path, 0, in sftp_crossload()
2631 handle_dest_replies(to, to_path, 1, &num_upload_req, &write_error); in sftp_crossload()
2638 debug("truncating \"%s\" at 0", to_path); in sftp_crossload()
2641 if (send_open(to, to_path, "dest", in sftp_crossload()
2644 error("dest truncate \"%s\" failed", to_path); in sftp_crossload()
2655 error("write dest \"%s\": %s", to_path, fx2txt(write_error)); in sftp_crossload()
[all …]