Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
3.9k views
in .NET FTP by (540 points)
I downloaded the trial version for evaluation where do I get the temporary license key and how do I set it up? I need to do some tests on SSHFTP.

Thanks,
Kathy Farah

4 Answers

0 votes
by (162k points)
When you run the installer, the trial license is automatically installed as registry settings.
0 votes
by (540 points)
The reason I asked is I'm getting license errors when I try to run my test code. I have multiple versions of visual studio on my computer. I'm wondering if that could be the problem. I only want to use it with VS 2010. Can I tweak the registry settings? Also my test app is a console app, if we choose this set of components they would be used by a service with out human interaction. Could that be part of the problem? I saw most of the examples used the GUI toolkit.

Thanks,
Kathy
0 votes
by (540 points)
I was able to get it to work :) I added the infromation from the registry to the app.config.

<appSettings>
<add key="license.owner" value="trialuser"/>
<add key="license.product" value="edtftpnetpro"/>
<add key="license.key" value="111-1111-1111-1111"/>
</appSettings>

(replaced key with fake one as not to publish it in forum)

Registry location of the information:
HKEY_CURRENT_USER\Software\Enterprise Distributed Technologies\edtFTPnet PRO
0 votes
by (162k points)
Well done. You can also set the LicenseOwner and LicenseKey properties on SecureFTPConnection with these values.

Categories

...