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

Functions

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

◆ example003()

int example003 ( )

◆ main()

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

References example003().

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