[ROOT] --> C-Client
Retrieve a file from the remote server and specify its local name.
| hServer | The handle of the FTP server. Obtained from function PENewFileServer. |
| remoteFile | The name of the file to retrieve. |
| localFile | The local name of the file. |
BOOL PCRE_API PEGetFileRename( PEHANDLE hServer,
char* remoteFile,
char* localFile );