Licensing Question - WeOnlyDo Discussion board

Licensing Question (General questions)

by wodFtpUser, Wednesday, August 13, 2008, 16:45 (5945 days ago)

Hi,

We are interested in Buying an FtpServer license.

I have a question on its usage.

Once we buy a single developer license (only one developer will be working on the application), can we deploy the ftp server runtime component to different environments along with the application its being used in without purchasing additional licenses (for eg, staging or production env?)

Let me know.

Re: Licensing Question

by wodDamir, Wednesday, August 13, 2008, 16:49 (5945 days ago) @ wodFtpUser

Hi,

Yes, ofcourse. The license is only required for the developer, but the application, along with the binaries can be distributed on limitless number of machines.

You only need to have license for the developer working with the component.

Hope this helps.

Regards,
Damba

Re: Licensing Question

by wodFtpUser, Tuesday, August 26, 2008, 15:38 (5932 days ago) @ wodDamir

Hi,

Yes, ofcourse. The license is only required for the developer, but the application, along with the binaries can be distributed on limitless number of machines.

You only need to have license for the developer working with the component.

Hope this helps.

Regards,
Damba

Re: Licensing Question

by wodFtpUser, Tuesday, August 26, 2008, 15:38 (5932 days ago) @ wodFtpUser

how do I set License Key from Code?

Re: Licensing Question

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

Hi,


Here is example how to add LicenseKey Property to your code:

[code]ftpd.LicenseKey = XXXX-XXXX-XXXX-XXXX
ftpd.Start[/code]

You need to change X in LicenseKey Property with license key you receive when you purchase wodFtpServer.

Let us know how it goes.


Regards,
Drazen

Re: Licensing Question

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

Re: Licensing Question

by wodFtpUser, Tuesday, August 26, 2008, 17:29 (5932 days ago) @ wodFtpUser

I have uninstalled everything and reinstalled.

also did, RegSvr32.EXE

Removed the references from visual studio and added again..
but still I cant find the LicenseKey property

Re: Licensing Question

by wodSupport, Tuesday, August 26, 2008, 17:33 (5932 days ago) @ wodFtpUser

Hi. Do you perhaps still use DEMO version? Can you tell me exactly what does Version property returns?

If it doesn't contain 'DEMO' word, can you start new project, add reference and check if LicenseKey exists there?

Kreso

Re: Licensing Question

by wodFtpUser, Tuesday, August 26, 2008, 17:50 (5932 days ago) @ wodSupport

well..as I said, I have uninstalled Previous demo version

and installed a copy I received in email..

The version it prints is FTP Server 2.3.9.178

Re: Licensing Question

by wodSupport, Tuesday, August 26, 2008, 18:30 (5932 days ago) @ wodFtpUser

Ok, and did you try on new project, as suggested? Did that work? This could be some cache-ing issue.

Kreso

Re: Licensing Question

by wodFtpUser, Tuesday, August 26, 2008, 19:09 (5932 days ago) @ wodSupport

I have recreated my project by adding files.

this time it is showing LicenseKey.

THough my current solution references are pointing new dlls.

Well..anyway, thank you so much for your assistance