The installation directory structure is designed to help you keep the various components of the FTP Voyager SDK organized. Much of the directory structure usage is discussed in the deployment section. The directory structure is as follows:
C:\Program Files\RhinoSoft.com\FVSDK - (or your FTP Voyager SDK install directory)
|
+ Doc - the HTML documentation that you're reading now
+ Redist - the binary redistributables; package with your application
+ Inc - C / C++ header files; include when building your application
+ Lib - DLL import library; link to this file to use the SDK
+ Resources - "Powered by FTP Voyager" resources
+ SampleC - simple C language sample that uses the FVSDK
+ SampleC-Listing - C language program that lists a directory
+ SampleC-XFer-One-Step - C language program that downloads in one step
+ SampleC-XFer-Manual - C language program that downloads in multiple steps
+ SampleC-Callbacks - C language program that demonstrates callback functions
+ SampleCPP - C++ and MFC sample that uses the majority of the FVSDK
|
+ InnoSetup - script to create an installed version of the C++ sample
+ FtpTree - FtpTree binaries, "documentation", and samples
|
+ HTML Samples - samples for use on a web site
+ VB Sample - a simple Visual Basic sample application