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

Functions

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

Retrieve a fc::FDVec (std::vector of fc::FileDetails) and display information on all the files on the remote server.

Function Documentation

◆ example005()

int example005 ( )

References fc::Control::connect(), fc::Exception::display(), fc::Control::getDirectoryDetails(), password, serverIP, and username.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ main()

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

References example005().

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