Programming with FTP OLE Automation

image\rwnprg32.gif NLST property

 

Syntax

Object.NLST
Object.
NLST = Value

Data type

Boolean

 

Description

Returns (first syntax line) or specifies (second syntax line) whether directory listings include file names only. When this property is True, directory listings use the FTP NLST command, which lists file names only. When this property is False, directory listings use the FTP LIST command.

Changing the value of this property has no effect on the current connection. If you change this property while the FTP Client is connected , the new value affects subsequent connections.

Values

The default value is False.

FTP Script SET Parameter Equivalent

None