[ROOT] --> C-Client

function PEGetFTPDirectory

Get the current directory on the FTP server.

Source:
Include\pcreapi.h

Parameters:
hServer The handle of the FTP server. Obtained from function PENewFileServer.
dirBuffer A buffer to contain the result. The buffer must be large enough to hold the result.

Return:
TRUE if function completed correctly; FALSE otherwise.

Code:
BOOL PCRE_API PEGetFTPDirectory( PEHANDLE hServer, char* dirBuffer );

Copyright (c) 2000 Dynalivery Corp.