Purpose
Continues a file search begun with a call to the MIFindFtpFile() function with the given CFtpFileFind handle.
Syntax
MIFindNextFtpFile( ByVal hFTPFind As CFtpFileFind ) As SmallInt
hFTPFind is a CFtpFileFind handle.
Return Value
Nonzero if there are more files; zero if the file found is the last one in the directory or if an error occurred.
Description
You must call MIfindNextFtpFile() at least once before calling any attribute function, such as MIGetFtpFileName() procedure, MIIsFtpDirectory() function, and MIIsFtpDots() function.