FTP Function Reference

sFTPFindNextFile

FTP Function Reference

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

<DllImport("SapphireFTP.dll")> _
Public Function sFTPFindNextFile(ByVal sFileString As String, ByVal lLicence As Integer) As Integer
End Function

Parameters

  sFileString
    A string variable that is used to return the details of the next file found.
  lLicence
    An integer 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.