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

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/3795e503-4d2f-434d-9da8-a67a011f6c73n%40googlegroups.com.

Reply via email to