Re: Licensing Question (General questions)
ok..I am using the wodFTP.dll from a C# application.
Here is my code
Everything works..but just I cant see LicenseKey property
public class MyFtpServer : IwodFTPDNotify
{
public void init()
{
wodFTPDCom _ftpServer = new wodFTPDComLib.wodFTPDComClass();
//set port and virtual directories here
_ftpServer.Start(port);
}
}