28 const char *
const host = argv[0];
29 const char *
const port = argv[1];
31 channel = std::make_unique<Network_Channel>(host, port);
34 connection = std::make_unique<Server_Connection>(*channel);
36 connection = std::make_unique<Server_File>(*channel);
38 connection->set_log(&std::cerr);