Programming with FTP OLE Automation
ListParameters property
Syntax |
Object.ListParameters |
Data type |
String |
Returns (first syntax line) or specifies (second syntax line) the command paramenters Reflection uses when it sends an FTP LIST command to the server. The appropriate parameters depend on the type of server you are connecting to.
The default value is "". When no value is set, Reflection uses LIST -a.
None