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

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

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

Functions

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

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

Function Documentation

int example005 ( void  )

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:

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

References example005().

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