sftp_copy
int sftp_copy(struct sftp_conn *, const char *, const char *);
err = sftp_copy(conn, path1, path2);