Re: Licensing Question - WeOnlyDo Discussion board

Re: Licensing Question (General questions)

by wodFtpUser, Tuesday, August 26, 2008, 16:46 (5932 days ago) @ woddrazen

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);
}
}


Complete thread: