Searched refs:do_upload (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dsftp-client.h103 /* XXX: add callbacks to do_download/do_upload so we can do progress meter */
121 int do_upload(struct sftp_conn *, char *, char *, int);
H A Dsftp-client.c1366 do_upload(struct sftp_conn *conn, char *local_path, char *remote_path, function
1624 if (do_upload(conn, new_src, new_dst, pflag) == -1) {
H A Dsftp.c680 if (do_upload(conn, g.gl_pathv[i], abs_dst,

Completed in 126 milliseconds