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