Re: Problem getting Listing for UNIX Type: L8 Serv (General questions)
Hi Dave,
Please try to use ListParams Property before calling Connect Method. You need to set value of ListParams Property to .
Here is example:
---------------------------------
dlx1.ListParams =
---------------------------------
Now, when LIST command is executed it will send only LIST without parameters. By default wodFtpDLX.NET send LIST -al. Maybe this will help you.
More help for ListParams Property you can find here:
http://www.weonlydo.com/FtpDLX.NET/Help/WeOnlyDo.Client.FTP~WeOnlyDo.Client.FtpDLX~List...
Hope this help.
Regards,
Drazen