[weewx-user] Re: Just an other Problem with ftp upload

2018-02-04 Thread St Bl
Yes ... sure. This Directory exist

Am Samstag, 3. Februar 2018 20:28:06 UTC+1 schrieb vince:
>
>  
>
>> Failed uploading /pages/wetter/daytempchill.png to www.myurl.de. Reason: 
>> 550 /pages/wetter/daytempchill.png: No such file or directory
>>
>
> Does the /pages/wetter directory exist on your destination computer of 
> www.myurl.de ?
>
>
>  
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Just an other Problem with ftp upload

2018-02-03 Thread St Bl
StdReport]

# Where the skins reside, relative to WEEWX_ROOT
SKIN_ROOT = /etc/weewx/skins

# Where the generated reports should go, relative to WEEWX_ROOT
HTML_ROOT = /var/www/html/weewx

# The database binding indicates which data should be used in reports.
data_binding = wx_binding

# Each of the following subsections defines a report that will be run.

[[StandardReport]]
# See the customizing guide to change the units, plot types and line
# colors, modify the fonts, display additional sensor data, and 
other
# customizations. Many of those changes can be made here by 
overriding
# parameters, or by modifying templates within the skin itself.

# The StandardReport uses the 'Standard' skin, which contains the
# images, templates and plots for the report.
skin = Standard
[[[Units]]]
Groups
group_altitude = meter
group_speed2 = meter_per_second2
group_pressure = mbar
group_rain = mm
group_rainrate = mm_per_hour
group_temperature = degree_C
group_degree_day = degree_C_day
group_speed = meter_per_second

[[FTP]]
# 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.
user = XX
password = XX
server = www.myurl.de
path = /pages/wetter

# 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


Example from the last Log:

Feb  3 17:15:30 HAL-9000-PI1 weewx[23370]: ftpupload: Attempting connection 
to www.myurl.de
Feb  3 17:15:30 HAL-9000-PI1 weewx[23370]: ftpupload: Connected to 
www.myurl.de
Feb  3 17:15:30 HAL-9000-PI1 weewx[23370]: ftpupload: Attempt #1. Failed 
uploading /pages/wetter/daytempchill.png to www.myurl.de. Reason: 550 
/pages/wetter/daytempchill.png: No such file or directory
Feb  3 17:15:31 HAL-9000-PI1 weewx[23370]: ftpupload: Attempt #2. Failed 
uploading /pages/wetter/daytempchill.png to www.myurl.de. Reason: 550 
/pages/wetter/daytempchill.png: No such file or directory
Feb  3 17:15:31 HAL-9000-PI1 weewx[23370]: ftpupload: Attempt #3. Failed 
uploading /pages/wetter/daytempchill.png to www.myurl.de. Reason: 550 
/pages/wetter/daytempchill.png: No such file or directory
Feb  3 17:15:31 HAL-9000-PI1 weewx[23370]: ftpupload: Failed to upload file 
/pages/wetter/daytempchill.png


-- 
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 weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Just an other Problem with ftp upload

2018-02-03 Thread St Bl
At first i want to apologize my english. Am from Germany and do not speak 
english very often.

My Problem:

After a SD-Card Crash i have reinstalled my PI and also weewx. Now i want 
to configure the FTP Upload again which works fine on my old Installation. 
But it seems that weewx uses the same Path for the flie source on my pi 
(/var/html/www/weewx) and for the file target (www.myurl.de/pages/wetter) on 
my webserver.

Am really very confused and desperated bcs i can't find the "error" in my 
files.

I get allways "ftpupload failed /pages/wetter/xxx.png to www.myurl.de reason: 
550 /pages/wetter/xxx.png "

What else do you Need to make an educated guess ?

tanks ... regards

-- 
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 weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.