Disk ARchive 2.7.16
Full featured and portable backup and archiving tool
|
entrepot relative parameters More...
#include <command_line.hpp>
Public Member Functions | |
void | clear () |
Public Attributes | |
string | ent_proto |
entrepot protocol More... | |
string | ent_login |
entrepot login More... | |
secu_string | ent_pass |
entrepot password More... | |
string | ent_host |
entrepot hostname More... | |
string | ent_port |
entrepot port More... | |
U_I | network_retry |
libcurl entrepot network retry time More... | |
bool | auth_from_file |
whether ~/.netrc and ~/.ssh files should be considered for credentials More... | |
entrepot relative parameters
Definition at line 48 of file command_line.hpp.
|
inline |
Definition at line 58 of file command_line.hpp.
bool ent_params::auth_from_file |
whether ~/.netrc and ~/.ssh files should be considered for credentials
Definition at line 56 of file command_line.hpp.
string ent_params::ent_host |
entrepot hostname
Definition at line 53 of file command_line.hpp.
string ent_params::ent_login |
entrepot login
Definition at line 51 of file command_line.hpp.
secu_string ent_params::ent_pass |
entrepot password
Definition at line 52 of file command_line.hpp.
string ent_params::ent_port |
entrepot port
Definition at line 54 of file command_line.hpp.
string ent_params::ent_proto |
entrepot protocol
Definition at line 50 of file command_line.hpp.
U_I ent_params::network_retry |
libcurl entrepot network retry time
Definition at line 55 of file command_line.hpp.