Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
| ▼Nfc | |
| CControl | |
| CException | Fc::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 |
| CFileDetails | A collection of file or directory properties returned when a directory listing has been requested |
| CGlobalStateAndStats | Combine both state and statistics into a single class which callers can access |
| CGlobalStats | GlobalStats is used to track some summary statistics during file transfers |
| CLocal | The class fc::Local is used to encapsulate local directories or files |
| CName | To 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 |
| COptions | Fc::Options contains all the default and user-defined settings required by fc::Control to connect to FTP servers |
| CRemote | The class fc::Remote is used to encapsulate remote directories or files |
| CTransferStats | File transfer statistics |