wodFtpDLX ActiveX Control - ListItems Event
    
 

Description

Fires when server returns information about file or directory.


Syntax

Private Sub object_ListItems(FileInfo)



The ListItems Event syntax has these parts:

Part Description
object A wodFtpDLX object.
FileInfo A 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.