Hi
I have this error and I don't know why :
Jul 10 17:30:28 meteo-raspi weewx[1797] DEBUG weewx.reportengine: Found configuration file /etc/weewx/skins/Ftp/skin.conf for report 'FTP'
Jul 10 17:30:29 meteo-raspi weewx[1797] DEBUG weewx.reportengine: ftpgenerator: FTP upload not requested. Skipped.
weewx.conf is set like this :
[[FTP]]
# FTP'ing the results to a webserver is treated as just another report,
# albeit one with an unusual report generator!
skin = Ftp
enable = True
# Set to True for a secure FTP (SFTP) connection. Not all servers
# support this.
secure_ftp = True
# To upload files from something other than what HTML_ROOT is set
# to above, specify a different HTML_ROOT here.
HTML_ROOT = /web/meteo
# Most FTP servers use port 21
port = 22
# Set to 1 to use passive mode, zero for active mode
passive = 1
path = /web/meteo/
max_tries = 3
user = XXXXXXXX
password = XXXXXXXXXX
server = 192.168.8.23
(sftp server works on a local network only. There is no NAT there ... so it is safe...)
Any idea why ftp or sftp do not work?
Regards,
Yves