FTP Function Reference

sFTPErrorText

FTP Function Reference

This routine retrieves a text version of an error number returned from a previous function.

Declare Sub sFTPErrorText Lib "SapphireFTP.dll" (ByVal sErrorText As String, ByVal lError As Long)

Parameters

  sErrorText
    A string variable that will be used to store the text description of the error. If the error number is not recognised then it will return 'unknown error' and the system error number.
  lError
    A long specifying number of the error to lookup.

Return Values

  None