The FileList method instructs the server to return a list
of files in the specified directory. The file listing is returned on
the data channel and may be read using the Read method. When
the complete file listing has been read, the application must call
the CloseDirectory method to close the data channel. This
enables an application to read and process the file listing as it
sent from the server, and can be useful if the server returns the
file list in a format that is not recognized by the control.
To have the control automatically parse the list of files returned
by the server, set the ParseList property to True. This will
cause the OnFileList event to fire for each file in the
directory. The control recognizes formats typically used with UNIX,
VMS and Windows based operating systems.
This method has been deprecated and cannot be used to obtain file listings from servers
using the SSH protocol. To obtain an unparsed list of files, it is
recommended that you use the GetFileList method.