Installation

edtFTPnet/Compact is installed from a ZIP archive.

The ZIP archive contains all the required files.  There are no external dependencies so the archive may be extracted to any location, as long as its directory structure is maintained.  A good starting point after extraction is the readme.html file.

To use the library, edtFTPnetCF.dll (found in the bin directory) must be referenced in your project. 

The license must also be initialized. Trial users can find the license in the license directory, while customers should have had their license emailed to them. For trial users, the license.owner and license.key values from the license.xml file should be used.

These properties must be set in your code as shown below: 

ExFTPConnection ftp = new ExFTPConnection();
ftp.LicenseOwner = "trialuser";
ftp.LicenseKey = "xxx-xxxx-xxxx-xxxx";

More details can be found at How to use the license file.