I just do this :
1- Add DLL referance
2- add using statments
using System.IO;
using com.enterprisedt.net.ftp;
3-decare it like this
FTPClient ftp = new FTPClient("applsrv2", 21);
4- run the form
the result is error says "Invalid PInvoke metadata format."
Nothing more.
Please any one can help in this.
Thanks,
Marei