Re: SFTP w/ Microsoft Dynamics Nav (Navision) (General questions)

by woddrazen, (6394 days ago) @ Josh

Hi Josh,


You can insert LicenseKey using wodSFTP LicenseKey Property. Only licensed version of wodSFTP have LicenseKey Property.

DEMO version don't have such property because you don't need it.

Here is example how to add LicenseKey Property and LicenseKey to your code:
[code]ftp1.LicenseKey := 'XXXX-XXXX-XXXX-XXXX';
ftp1.Connect;[/code]

Drazen

locked

Complete thread: