[ROOT] --> C-Client

function PEGetFile

Retrieve a file from the remote server.

Source:
Include\pcreapi.h

Parameters:
hServer The handle of the FTP server. Obtained from function PENewFileServer.
remoteFile The name of the file to retrieve. The file is put in the current directory.

Return:
TRUE if function completed correctly; FALSE otherwise.

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

Copyright (c) 2000 Dynalivery Corp.