NextFTPDirectoryEntry()

Syntax

Result = NextFTPDirectoryEntry(#Ftp)
Description
Moves to the next entry in an enumeration started with ExamineFTPDirectory().

Parameters

#Ftp The connection to use.

Return value

Returns nonzero if the next entry is available or zero if there are no more entries to examine.

Remarks

The entry name can be read with FTPDirectoryEntryName(). To know whether an entry is a file or directory, use FTPDirectoryEntryType().

See Also

ExamineFTPDirectory(), FTPDirectoryEntryType(), FTPDirectoryEntryName(), FTPDirectoryEntryDate(), FTPDirectoryEntrySize(), FTPDirectoryEntryRaw(), FTPDirectoryEntryAttributes()

Supported OS

All

<- IsFtp() - Ftp Index - OpenFTP() ->