Programming with FTP OLE Automation
NLST property
Syntax |
Object.NLST |
Data type |
Boolean |
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.
The default value is False.
None