For example, the following configuration works:
"project": "bolidozor",
"project_home_folder": "/home/odroid/bolidozor/station/",
"storage_hostname": "space.astro.cz",
"storage_username": "CIIRC",
"storage_stationpath": "/storage/bolidozor/",
The following configuration does not work and the data-uploader does not upload the config files on data server.
"project": "bolidozor",
"project_home_folder": "/home/odroid/bolidozor/station",
"storage_hostname": "space.astro.cz",
"storage_username": "CIIRC",
"storage_stationpath": "/storage/bolidozor",