Thanks everyone for the help!
I did play around, it was a simple error and it does work now:
I commented out the port line and changed secure_ftp to false:
secure_ftp = False
# port = 21
Actually, I thought I have tested this before without success. Anyway,
thanks again!
Am Dienstag, 14. April 2020 18:06:06 UTC+2 schrieb chris op:
>
> Hi!
>
> All was working fine with uploading the weewx weather data to my website.
> However, this suddenly stopped a couple of weeks ago. I was realizing one
> day, that the website was not updated anymore.
>
> Looking into the syslog what happens and I found the following errors:
> Apr 14 17:46:03 raspberrypi weewx[27105]: ftpupload: Attempt #1. Failed
> uploading /home/www/xyz.de/daywind.png to sxyz.xyzserver.host. Reason:
> 425 Unable to build data connection: Operation not permitted
> This changes during to process into:
> Apr 14 17:46:13 raspberrypi weewx[27105]: ftpupload: Attempt #3. Failed
> uploading /home/www/xyz.de/neowx/daywind.png to sxyz.xyzserver.host.
> Reason: 200 Type set to I
> or
> Apr 14 17:51:20 raspberrypi weewx[27105]: ftpupload: Attempt #1. Failed
> uploading /home/www/xyz.de/belchertown/graphs/index.html to
> sxyz.xyzserver.host. Reason: 550 /home/www/xyz.de/belchertown/graphs:
> File exists
>
> I have tried to play around in the file weewx.conf and changed the
> parameters there but this only led to other error messages like 550 or 500.
>
> My configuration looks as follows:
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> # FTP'ing the results to a webserver is treated as just another report,
> # albeit one with an unusual report generator!
> skin = Ftp
>
> # If you wish to use FTP, uncomment and fill out the next four
> lines.
> # Use quotes around passwords to guard against parsing errors.
> user = web83
>
> password = 'xyz'
> server = sxyz.xyzserver.host
> path = /home/www/xyz.de/
>
> # Set to True for an FTP over TLS (FTPS) 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 = /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
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>
> Can anyone help? I am a rooky but trying hard to become better with linux
> and this kind of software and programming.
>
> Thank you!
>
--
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/6ebc4bcd-2ce0-41b7-981d-0c2a6f1d0589%40googlegroups.com.