FC++  v0.7.1-1067
FileCatalyst Fast File Transfers - C++ Library
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 NfcAll of the FileCatalyst classes and objects are declared within the fc namespace
 CControlFc::Control is the client class C++ API used to control a FTP server and manage file transfers
 CExceptionFc::Exception objects represent a C++ exception and usually includes stack traces and optional parameters to describe the internal state of FC++ at the time the exception happened
 CFileDetailsA collection of file or directory properties returned when a directory listing has been requested
 CGlobalStateAndStatsCombine both state and statistics into a single class which callers can access
 CGlobalStatsGlobalStats is used to track some summary statistics during file transfers
 CLocalThe class fc::Local is used to encapsulate local directories or files
 CNameTo prevent mixing up local path and remote path parameters when calling the FC++ API, the path and/or filenames are wrapped using the simple fc::Local and fc::Remote classes
 COptionsFc::Options contains all the default and user-defined settings required by fc::Control to connect to FTP servers
 CRemoteThe class fc::Remote is used to encapsulate remote directories or files
 CTransferStatsFile transfer statistics