NextFTPDirectoryEntry()
Syntax
Result = NextFTPDirectoryEntry(#Ftp)Description
This function must be called after an ExamineFTPDirectory(). It will go step by step into the #Ftp and list its contents.
The entry name can be get with FTPDirectoryEntryName(). To know whether an entry is a file or directory, use FTPDirectoryEntryType().
If no more entries are available in the directory, 'Result' will be 0, else it will be non null.
Supported OS
All