Searched refs:do_upload (Results 1 – 3 of 3) sorted by relevance
/external/openssh/ |
D | sftp-client.h | 121 int do_upload(struct sftp_conn *, char *, char *, int);
|
D | sftp-client.c | 1334 do_upload(struct sftp_conn *conn, char *local_path, char *remote_path, in do_upload() function 1590 if (do_upload(conn, new_src, new_dst, pflag) == -1) { in upload_dir_internal()
|
D | sftp.c | 663 if (do_upload(conn, g.gl_pathv[i], abs_dst, in process_put()
|