FtpDLX.NET throws an error at GetAttributes() from TitanFTP (wodFtpDLX / wodFtpDLX.NET)
Hi Vadym,
I used 'CS 1. Simple' example, put there my hostname/login/password, selecteted protocol.
THen in that sample I added new button and put this code to be executed on it:
Ftp1.GetAttributes("/readme.txt");
and checked out what happens, and if I get proper response. I got back AttributesEvent and was able to read ModificationTime, as example code has it.
Does this work for you?
Jasmine.