Home
last modified time | relevance | path

Searched refs:sftp_copy (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssh/
H A Dsftp-client.h129 int sftp_copy(struct sftp_conn *, const char *, const char *);
H A Dsftp.c1604 err = sftp_copy(conn, path1, path2); in parse_dispatch_command()
H A Dsftp-client.c1103 sftp_copy(struct sftp_conn *conn, const char *oldpath, const char *newpath) in sftp_copy() function