I have been battling with this for days where I am trying to get weewx to 
send all the html files over FTP so a remote webserver.

It seems to go through all of the motions but just doesn't even attempt to 
FTP anything.  Nothing in the FTP logs on the server.

Hopefully it's something simple, can anyone help?


My config:

[[FTP]]
        # FTP'ing the results to a webserver is treated as just another 
report,
        # albeit one with an unusual report generator!
        skin = neowx

        # If you wish to use FTP, set "enable" to "true", then
        # fill out the next four lines.
        # Use quotes around passwords to guard against parsing errors.
        enable = true
        user = weewx
        password = weewx
        server = 10.255.0.99
        path = /var/www/html/weather/

        # Set to True for an FTP over TLS (FTPS) connection. Not all servers
        # support this.
        secure_ftp = False

        # To upload files from something other than what HTML_ROOT is set
        # to above, specify a different HTML_ROOT here.
        #HTML_ROOT = /var/www/html/weewx

        # Most FTP servers use port 21
        port = 21

        # Set to 1 to use passive mode, zero for active mode
        passive = 1

Log:
Apr 12 12:30:15 ESe weewx[14141]: vantage: Gentle wake up of console 
successful
Apr 12 12:30:15 ES weewx[14141]: reportengine: Found configuration file 
/etc/weewx/skins/neowx/skin.conf for report 'FTP'
Apr 12 12:30:15 ES weewx[14141]: cheetahgenerator: using search list 
['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', 
'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats', 
'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras']
Apr 12 12:30:15 ES weewx[14141]: restx: MQTT: Published record 2019-04-12 
12:30:00 BST (1555068600)
Apr 12 12:30:15 ES weewx[14141]: manager: Daily summary version is 2.0
Apr 12 12:30:23 ES weewx[14141]: cheetahgenerator: Generated 9 files for 
report FTP in 7.75 seconds
Apr 12 12:30:23 ES weewx[14141]: manager: Daily summary version is 2.0
Apr 12 12:30:40 ES weewx[14141]: imagegenerator: Generated 12 images for 
FTP in 16.97 seconds
Apr 12 12:30:40 ES weewx[14141]: copygenerator: copied 34 files to 
/var/www/html/weewx
Apr 12 12:30:40 ES weewx[14141]: reportengine: Report 'RSYNC' not enabled. 
Skipping.


-- 
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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to