[ROOT] --> C-Client

function PECloseFTP

Close the FTP session. This must be done when you have finished working with the FTP server.

Source:
Include\pcreapi.h

Parameters:
hServer The handle of the FTP server, obtained from function PENewFileServer.

Return:
TRUE if function completed correctly; FALSE otherwise.

Code:
BOOL PCRE_API PECloseFTP( PEHANDLE hServer );

Copyright (c) 2000 Dynalivery Corp.