Back to product page

ListItems event


Fires when server returns information about file or directory.

Syntax

  • Basic
Private Sub object_ListItems(FileInfo)
The ListItems(object,FileInfo) syntax has these parts:
objectA wodFtpDLX object.
FileInfoA String value. Contains result of user's request.

Remarks

ListItems event will be fired as a result of ListDir, ListNames and GetData methods. FileInfo argument will contain:

    1. For ListDir and ListNames there will be complete description of all files in requested directory, as seen on UNIX systems. Each file will be in separate line, using CRLF sequence as a separator.

    2. For GetData argument will contain data that is retrieved from remote file.

Platforms

Windows