HI,
I've enabled the FTP over TLS as described in the user's guide. When the FTP Upload starts weewx returns with ERRORS
Here is a snippet syslog output:
Aug 23 16:50:44 berryzero weewx[2267] ERROR weeutil.ftpupload: Failed uploading /var/www/html/weewx/monthvolt.png to server ossipage.de. Reason: '425 Unable to build data connection: Operation not permitted'
Aug 23 16:50:44 berryzero weewx[2267] ERROR weewx.reportengine: ftpgenerator: (0): caught exception '<class 'ftplib.error_temp'>': 425 Unable to build data connection: Operation not permitted ...
on the remote server only the file monthsvolt.png is written with a size of 0 Bytes.
I'm using Python 3.9.2
Copying files manually to the remote server with FTP over TLS works.
Something missing in the setting ?