[ROOT] --> C-Client

function PEGetFileRename

Retrieve a file from the remote server and specify its local name.

Source:
Include\pcreapi.h

Parameters:
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.

Return:
TRUE if function completed correctly; FALSE otherwise.

Code:
BOOL PCRE_API PEGetFileRename( PEHANDLE hServer,
                               char* remoteFile,
                               char* localFile );

Copyright (c) 2000 Dynalivery Corp.