TransferFile Struct Reference

Basic information for transferring a file through the network.

#include <scmTypes.h>

Public Attributes

std::string ip = ""
 IP address.
 
std::string port = ""
 Port.
 
std::string filename = ""
 File name.
 
std::string timeoutMs = ""
 Timeout in milliseconds.
 
std::string protocol = ""
 File transfer protocol.
 
std::string user = ""
 User login.
 
std::string pass = ""
 Password login.