Archived Forum Post

Index of archived forum posts

Question:

Putfile is giving message "Product is not unlocked. Make sure to call UnlockComponent first"

Mar 30 '17 at 01:12

Hi,

Our code was used to work from last 1 year until I updated version from <package id="chilkat-win32" version="9.5.0.54" targetframework="net45"/> Old version and assembly <package id="chilkat-win32" version="9.5.0.66" targetframework="net45"/> new version after update

But in FTP2 all methods are working except Putfile method.

I have created object at a class level. Ftp2 objFTP

We have allocated memory in the constructor and after that unlocked with the key.

I can download a file, can get the list of files, change remote directly...

But upload method failed with the message "Product is not unlocked. Make sure to call UnlockComponent first"

I think there must be something wrong in new version.