cumulusmx / CumulusMX

The CumulusMX weather program
GNU General Public License v3.0
81 stars 23 forks source link

Realtime FTP upload - Unknown command #168

Closed andrejsoucek closed 1 year ago

andrejsoucek commented 1 year ago

Raspberry Pi Cumulus Version: Build 3221 - Version 3.23.1 Enable Real time - check Interval 10 s Enable real time FTP - check

realtime.txt and realtimegauges.txt both get generated but are not being uploaded - I have checked the logs in MXdiags:

2023-02-24 14:57:27.632 FTP[0]: Error uploading realtime.txt to /subdoms/meteo/realtime.txt : Error while uploading the file to the server. See InnerException for more info.
2023-02-24 14:57:27.632 FTP[0]: Inner Exception: Unknown command
2023-02-24 14:57:27.706 FTP[0]: Error uploading web/realtimegauges.txt to /subdoms/meteo/realtimegauges.txt : Error while uploading the file to the server. See InnerException for more info.
2023-02-24 14:57:27.706 FTP[0]: Inner Exception: Unknown command

FTP upload of the web files works fine and the values on the website get updated correctly.

HansR00 commented 1 year ago

Probably tick Disable EPSV mode in FTP(S) in Internet Settings=>Web/FTP Site=>Advanced Settings

But this is not the normal support channel. Please make an account on the forum and pose your questions there.

andrejsoucek commented 1 year ago

Thank you, sorry, didn't know about the forum being the preferred channel. I prefer dev talk :-D Anyway it helped, thank you.