I can't get directory items listed, what could be the cause of this?
Last Updated 12 years ago
You can try to set ListParams Property to empty string to make wodFtpDLX send only LIST command with no parameters when ListDir is called.
Here is example:
wodFtpDLX1.ListParams = ""
wodFtpDLX1.Connect