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

Very simple example of uploading a file using fc::Control::upload(). More...

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

Functions

int example003 (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

Very simple example of uploading a file using fc::Control::upload().

Function Documentation

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

References example003().

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