FC++  v0.9.0-9e9b65
FileCatalyst Fast File Transfers - C++ Library
example001.cpp File Reference
#include "FileCatalyst.hpp"
#include <iostream>
Include dependency graph for example001.cpp:

Functions

int example001 ()
 
int main (int argc, char *argv[])
 

Variables

const std::string username = TEST_USER
 
const std::string password = TEST_PASS
 
const std::string serverIP = TEST_SERVER
 

Detailed Description

Getting started with fc::Control and fc::Options. This includes several simple tasks such as directory listings using fc::Control::getDirectoryListing() and MD5 checksums with fc::Control::getFileMD5(). Does not show how to transfer a file.

Function Documentation

◆ example001()

◆ main()

int main ( int  argc,
char *  argv[] 
)

References example001().

Here is the call graph for this function:

Variable Documentation

◆ username

const std::string username = TEST_USER

◆ password

const std::string password = TEST_PASS

◆ serverIP

const std::string serverIP = TEST_SERVER