ReadFTPDirectory (open)
This function will return a record array of the directory listing
Syntax
LOADLIB "wh::internet/ftp.whlib";
RECORD ARRAY FUNCTION ReadFTPDirectory(INTEGER connectionid)Parameters
INTEGER connectionidInteger id of the control connection
Return value
RECORD ARRAYRecord Array containing:
modifiedLast modification time
nameName of the entry
ownergroupGroup owning this file
owneruserUser owning this file
typeType of the entry (0=file, 1=directory, 2=link)