A simple program that copies files in accordance with the configuration file. The configuration file must be in xml format. For each file, the configuration file must specify its name, the source path, and the path to copy the file to.
The program is written in c++, on linux Ubuntu 20.04.2 LTS. Using the gcc version 9.3.0 compiler (Ubuntu 9.3.0-17ubuntu1~20.04).
- To use it, clone the repository.
- Do make to build the program.
- Run ./programm.
- Follow the instructions.
Example Configuration file: