Rename a remote file.
#include <ftplib.h> int ftplib_rename(const char *src, const char *dst, netbuf *nbp);
ftplib_rename() sends a rename request to the remote server.
Returns 1 if successful or 0 on error.
$Id: ftplib_rename.html,v 1.1 2002/12/02 03:12:52 te Exp $