The Xceed Component Installer will copy all the necessary files into the library's installation folder (usually in \Program Files\Xceed Components\Xceed FTP Library [version]) and register the XCEEDFTP.DLL ActiveX / COM component in the BIN subfolder. The only thing left to do is to make the control available to your VFP 5.0 and 6.0 projects. To do this, perform the following steps:
Start Visual FoxPro 5.0 or 6.0
Select Options... from the Tools menu.
Select the Controls tab from the Options dialog.
Select the ActiveX controls checkbox.
The Xceed FTP Library item should appear in the "selected:" listbox (still in the Controls tab of the Options dialog)
Now, to make the library’s controls available to your Visual FoxPro 5.0 projects, make sure the checkbox next to the "Xceed FTP Library" entry is selected. Click on the OK button and the XceedFtp and XceedQuickFtp icons should now appear in the list of controls you can insert - for example, when using the OLE Container Object on a form.
Try reinstalling the Xceed FTP Library from its setup program. Continue only if that didn't help.
Select the Add... button from the Controls tab of the Options dialog.
Find and select the XCEEDFTP.DLL file (preferably the one in the Windows System folder that was placed there by the Xceed FTP Library setup program), then click on the OK button.
The control's entry should now appear in the list.
Special note for Visual FoxPro 5.0 and 6.0: Xceed FTP Library events will be triggered only if you set "Application.AutoYield = .F." Place this code in the section of your main program where you set up your environment. If you only have a single form in your application that uses Xceed FTP Library, place "Application.AutoYield = .F." in the forms load method, and set it back to the default in the forms destroy method.
The License method must be called to license the library for runtime use. This applies to both registered users as well as users of a time-limited free trial license.