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);
}
}
Complete thread:
- Licensing Question - wodFtpUser, 2008-08-13, 16:45
- Re: Licensing Question - wodDamir, 2008-08-13, 16:49
- Re: Licensing Question - wodFtpUser, 2008-08-26, 15:38
- Re: Licensing Question - wodFtpUser, 2008-08-26, 15:38
- Re: Licensing Question - woddrazen, 2008-08-26, 16:05
- Re: Licensing Question - wodFtpUser, 2008-08-26, 16:46
- Re: Licensing Question - wodFtpUser, 2008-08-26, 17:29
- Re: Licensing Question - wodSupport, 2008-08-26, 17:33
- Re: Licensing Question - wodFtpUser, 2008-08-26, 17:50
- Re: Licensing Question - wodSupport, 2008-08-26, 18:30
- Re: Licensing Question - wodFtpUser, 2008-08-26, 19:09
- Re: Licensing Question - wodSupport, 2008-08-26, 18:30
- Re: Licensing Question - wodFtpUser, 2008-08-26, 17:50
- Re: Licensing Question - wodSupport, 2008-08-26, 17:33
- Re: Licensing Question - wodFtpUser, 2008-08-26, 17:29
- Re: Licensing Question - wodFtpUser, 2008-08-26, 16:46
- Re: Licensing Question - woddrazen, 2008-08-26, 16:05
- Re: Licensing Question - wodFtpUser, 2008-08-26, 15:38
- Re: Licensing Question - wodFtpUser, 2008-08-26, 15:38
- Re: Licensing Question - wodDamir, 2008-08-13, 16:49