FTP Function Reference

sFTPFindNextFile

FTP Function Reference

This function searches for the next file after a call to the sFTPFindFirstFile.

Declare Function sFTPFindNextFile Lib "SapphireFTP.dll" (ByVal sFileString As String, ByVal lLicence As Long) As Long

Parameters

  sFileString
    A string variable that is used to return the details of the next file found.
  lLicence
    A long specifying the licence number of the registered utility. If using in demo mode, enter 1234567890.

Return Values

 

Returns a number indicating whether a file was found. If there were no files found the value will be 0.