Hi All,
I have to admit that i am new to C# development and to this tool. I have downloaded the evaluation copy of edtftpnet-pro-1.0.3. After unzipping it created the dir's for src, bin, examples etc.
Now in my application, i added the reference to bin/edtftpnet-pro-1.0.3.dll and added the following in my class,
using EnterpriseDT.Util.Debug;
using EnterpriseDT.Net.Ftp;
using EnterpriseDT.Net.Ftp.Pro;
My compiler still complains that missing directive or assembly reference, what am i doing wrong here.
Thanks for the help/