FTP Function Reference

sFTPRemoveDirectory

FTP Function Reference

This function removes a directory on the remote server.

Declare Function sFTPRemoveDirectory Lib "SapphireFTP.dll" (ByVal sDirectory As String, ByVal lLicence As Long) As Long

Parameters

  sDirectory
    A string specifying the remote directory to remove.
  lLicence
    A long specifying the licence number of the registered utility. If using in demo mode, enter 1234567890.

Return Values

  Returns a number indicating success or failure. If the operation was successful then the return value will be FTP_NO_ERROR. Use sFTPErrorText to get a string version of the error message.

Remarks

  The function will only remove if there are 10 or less sub directories per child directory node.