Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
2.7k views
in .NET FTP by (163k points)
A user writes:

My Team was using the Evaluation Version of the Editpro and we bought the enterprise license for the the product, How do we update the license of the product from Eval to the Paid License key.



The easiest way is to set them in your code, on the SecureFTPConnection object:

ftp.License Owner = "xxxxxxxxxxxx";
ftp.License Key = "xxxxxxxxxxxx";

You can also edit the registry settings which are set up if you have installed edtFTPnet/PRO - you can see their locations if you look at the log file. Or when they expire, the Example Viewer will prompt for new details, which you can enter.

Doing it in the code is best though (or perhaps in your app's configuration file - see the help for more details) as then all you need to distribute with an app is edtFTPnetPRO.dll.

Please log in or register to answer this question.

Categories

...