Hello!
I am using weewx 3.9.2 on leap 15.1
In the moment I want to use the
Standard-skin, not the ftp-skin.
(I will decide the skin later on.)
On my computer the files are
put on /var/www/htdocs/weewx folder
very well and updatet.
But it does not work, that the files
are put to external webserver via ftp.
A subset of lines from my weewx.conf:
WEEWX_ROOT = /
[StdReport]
HTML_ROOT = /var/www/htdocs/weewx # -> this works
[[StandardReport]]
skin = Standard
enable = true
[[FTP]]
##skin = Ftp # -> to keep the Standard-Skin
enable = true
user = myuser
password = mypw
server = mysubserver
path = / # -> this is ok to, there is a special
ftpuser, which points to the correct folder
HTML_ROOT = / # ??? is this where it goes on my subserver, or
where it copy from local?
port = 21
passive = 1
If I did on commandline
ftp myuser@mysubserver
it works and I am in correct folder, where the weewx-files
should be placed.
I did
put test.file
and it works too.
So I think, the default-ftp-parameter port 21 and passive are ok?
But why the weewx did not put on ftp... :(
How I can get it work?
Regards, Astrid
--
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/1e2e5583-03a8-44a0-aa86-8f1ee197096b%40googlegroups.com.