FC++  v0.7.1-1067
FileCatalyst Fast File Transfers - C++ Library
example001.cpp File Reference

Getting started with fc::Control and fc::Options. More...

#include "FileCatalyst.hpp"
#include <iostream>
Include dependency graph for example001.cpp:

Functions

int example001 (void)
 
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

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

References example001().

Here is the call graph for this function:

Variable Documentation

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