.\" This manual page was generated from the file FtpRename.html. .TH FtpRename 3 "06 November 1997" FTPlib .SH NAME FtpRename \- Rename a remote file. .SH "SYNOPSIS" .B "#include " .br .sp .BI "int FtpRename(const char *" src ", const char *" dst ", " .RS .BI "netbuf *" nControl ");" .SH "PARAMETERS" .TP .B "src" A string containing the current name of the remote file. .TP .B "dst" A string containing the desired new name for the remote file. .TP .B "nControl" A handle returned by FtpConnect(). .SH "DESCRIPTION" .LP FtpRename() sends a rename request to the remote server. .SH "RETURN VALUE" .LP Returns 1 if successful or 0 on error.