It seems like "Enable realtime FTP" is required to generate the file, but that seems to also attempt to FTP it - though it is getting updated. In the MXdiags log I see:
Code: Select all
2021-01-08 19:45:13.949 Completed writing Cumulus.ini file
2021-01-08 19:45:29.205 Realtime[133]: Error reconnecting ftp server - Connection refused
2021-01-08 19:45:29.216 Realtime[133]: Uploading - realtimegauges.txt
2021-01-08 19:45:29.219 FTP[133]: Error uploading web/realtimegauges.txt to realtimegauges.txt : Connection refused
2021-01-08 19:45:45.204 Realtime[134]: Error reconnecting ftp server - Connection refused
2021-01-08 19:45:45.213 Realtime[134]: Uploading - realtimegauges.txt
2021-01-08 19:45:45.216 FTP[134]: Error uploading web/realtimegauges.txt to realtimegauges.txt : Connection refused
2021-01-08 19:46:01.202 Realtime[135]: Error reconnecting ftp server - Connection refused
2021-01-08 19:46:01.207 Realtime[135]: Uploading - realtimegauges.txt
2021-01-08 19:46:01.209 FTP[135]: Error uploading web/realtimegauges.txt to realtimegauges.txt : Connection refused
2021-01-08 19:46:17.205 Realtime[136]: Error reconnecting ftp server - Connection refusedIs there a way to generate realtimegauges.txt without the attempt to upload it?
In case it's of interest, I'm using rsync via ssh, which seems to be very fast and efficient in my application. I run the same rsync for realtime, but it assesses the minimum set of files to be updated, and just updates those, i.e. 1 file.