This is the complete list of members for fc::Control, including all inherited members.
| cancelTransfer() | fc::Control | |
| changeDirectory(const fc::Remote &directory) | fc::Control | |
| clearFileMap() | fc::Control | |
| clearGlobalStats() | fc::Control | |
| connect() | fc::Control | |
| Control(const fc::Options &options) | fc::Control | |
| Control(Control &&rhs) | fc::Control | |
| deleteFile(const fc::Remote &remoteFile) | fc::Control | |
| deleteFile(const fc::Local &localFile) | fc::Control | |
| deleteTemporaryFiles() | fc::Control | |
| detectApproximateDownloadSpeed(const bool force_refresh=false) | fc::Control | |
| detectApproximateUploadSpeed(const bool force_refresh=false) | fc::Control | |
| disconnect() | fc::Control | |
| download() | fc::Control | |
| download(const fc::Remote &remote) | fc::Control | |
| flush() | fc::Control | |
| getCurrentDirectory() | fc::Control | |
| getCurrentServerReplyCode() const | fc::Control | |
| getCurrentServerReplyString() const | fc::Control | |
| getDirectoryDetails(const fc::Remote &directory=fc::Remote("."), const bool getMd5=false) | fc::Control | |
| getDirectoryListing(const fc::Remote &directory=fc::Remote("")) | fc::Control | |
| getFileMap() const | fc::Control | |
| getFileMapIndex() const | fc::Control | |
| getFileMD5(const fc::Local &local) | fc::Control | |
| getFileMD5(const fc::Remote &remote) | fc::Control | |
| getFileMD5(const fc::Local &local, const int64_t offset, const int64_t chunkSize) | fc::Control | |
| getFileMD5(const fc::Remote &remote, const int64_t offset, const int64_t chunkSize) | fc::Control | |
| getFileModificationTime(const fc::Remote &remote) | fc::Control | |
| getFileSize(const fc::Local &local) | fc::Control | |
| getFileSize(const fc::Remote &remote) | fc::Control | |
| getGlobalStateAndStats() const | fc::Control | |
| getMap() const | fc::Control | |
| getMostRecentFileStats() const | fc::Control | |
| getOptimalUnitAndBlockSizes(const uint64_t file_size_in_bytes, int &unit_size_in_bytes, int &block_size_in_bytes) | fc::Control | |
| getOptions() const | fc::Control | |
| isConnected() const | fc::Control | |
| isDirectory(const fc::Local &local) | fc::Control | |
| isDirectory(const fc::Remote &remote) | fc::Control | |
| isFile(const fc::Local &local) | fc::Control | |
| isFile(const fc::Remote &remote) | fc::Control | |
| isFileCatalystServer() const | fc::Control | |
| isLoggedIn() const | fc::Control | |
| isValid() const | fc::Control | |
| makeDirectory(const fc::Remote &directory) | fc::Control | |
| makeManyDirectories(const fc::StrVec &directories) | fc::Control | |
| makeManyDirectories(const fc::Remote &directory) | fc::Control | |
| nameDoesNotExist(const fc::Local &local) | fc::Control | inline |
| nameDoesNotExist(const fc::Remote &remote) | fc::Control | inline |
| nameExists(const fc::Local &local) | fc::Control | |
| nameExists(const fc::Remote &remote) | fc::Control | |
| noop() | fc::Control | |
| operator=(Control &&rhs) | fc::Control | |
| prepareRecursiveDir(const fc::Remote &remote, const fc::Local &local) | fc::Control | |
| prepareRecursiveDir(const fc::Local &local, const fc::Remote &remote) | fc::Control | |
| prepareSingleFile(const fc::Remote &remote) | fc::Control | |
| prepareSingleFile(const fc::Local &local) | fc::Control | |
| prepareSingleFile(const fc::Remote &remote, const fc::Local &local) | fc::Control | |
| prepareSingleFile(const fc::Local &local, const fc::Remote &remote) | fc::Control | |
| prepareSingleFile(const char *const content, const size_t len, const fc::Remote &remote) | fc::Control | |
| raw(const std::string &cmd, const fc::FtpServerReplyCodes expectedReply=fc::kOkay) | fc::Control | |
| removeDirectory(const fc::Remote &directory) | fc::Control | |
| renameFile(const fc::Remote &remoteFrom, const fc::Remote &remoteTo) | fc::Control | |
| renameFile(const fc::Local &localFrom, const fc::Local &localTo) | fc::Control | |
| setNewOptions(const fc::Options &newOptions) | fc::Control | |
| setStatsCallback(fc::StatisticsCallback callback, void *userCtx=NULL) | fc::Control | |
| upload() | fc::Control | |
| upload(const fc::Local &local) | fc::Control | |
| ~Control() | fc::Control |