Re: [weewx-user] FTP Not working

2024-05-29 Thread Rich Strle
The FTP process works perfectly. My issues were all self inflicted. Thanks for your help. On Saturday, May 25, 2024 at 11:07:33 AM UTC-5 vince wrote: > Your original post with the weewx.conf file had your FTP section > containing an odd user value... > > skin = Ftp enable = true user = your_u..

Re: [weewx-user] FTP Not working

2024-05-25 Thread vince
Your original post with the weewx.conf file had your FTP section containing an odd user value... skin = Ftp enable = true user = your_usern...@cliffandbuster.com < make this just your_username password = "its_password" server = www.cliffandbuster.com path = / secure_ftp = False port = 21 pa

Re: [weewx-user] FTP Not working

2024-05-25 Thread Rich Strle
When I ran that report I didn't do it with sudo. When I run sudo weectl report run the error goes away. I'm starting weewx with: sudo systemctl start weewx while I'm trouble shooting. Otherwise it runs as a damon. On Friday, May 24, 2024 at 9:47:41 PM UTC-5 vince wrote: > > Your one small log

Re: [weewx-user] FTP Not working

2024-05-24 Thread vince
Your one small log clearly shows a permission denied error. Fix that and things should clear up. On Friday, May 24, 2024 at 6:54:11 PM UTC-7 Rich Strle wrote: It doesn't seem to like the 9.9 Mb Log file... -- You received this message because you are subscribed to the Google Groups "weewx-u

Re: [weewx-user] FTP Not working

2024-05-24 Thread Rich Strle
It doesn't seem to like the 9.9 Mb Log file... -- 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. To view this discussion on

Re: [weewx-user] FTP Not working

2024-05-24 Thread Rich Strle
I set debug=2 and restarted weewx. I looked through the log file and didn't see where the ftp report was running. Would the Ftp process how up in the log as started? Grasping at straws I added the ftpgenerator to the skins.conf file. That didn't do anything productive. I ran weectl report list

Re: [weewx-user] FTP Not working

2024-05-24 Thread Tom Keffer
Google Groups can be very flaky. I got a notice that your messages were quarantined, but then when I went to release them, they were gone. On Fri, May 24, 2024 at 7:23 AM Rich Strle wrote: > When I try to post a response I keep getting a 'message is to long > error...' I hope I didn't make a nau

Re: [weewx-user] FTP Not working

2024-05-24 Thread Rich Strle
When I try to post a response I keep getting a 'message is to long error...' I hope I didn't make a naughty list : ) On Thursday, May 23, 2024 at 6:25:20 PM UTC-5 Tom Keffer wrote: > There are some bugs in the Python libraries, but as far as I know, they > only affect FTPS, and you're using a r

Re: [weewx-user] FTP Not working

2024-05-23 Thread Tom Keffer
There are some bugs in the Python libraries, but as far as I know, they only affect FTPS, and you're using a regular, insecure, connection. One thing you could try: set debug=2. This will give you extra logging information. Don't know if it will uncover anything, but it's worth a shot. On Thu, Ma

Re: [weewx-user] FTP Not working

2024-05-23 Thread Rich Strle
Yes I can. I made a test directory and uploaded the files using ftp on the new RPi. I used the same username and password as in my weewx.conf. http://strle.com/test/index.html On Tuesday, May 21, 2024 at 8:32:32 PM UTC-5 Tom Keffer wrote: > If you're sure the two FTP sections are identical, it

Re: [weewx-user] FTP Not working

2024-05-23 Thread Rich Strle
>From the RPi I can ftp to the server. I start ftp, login, do a lcd /var, lcd www, lcd html lcd weewx then I do an mput * It asks me [anpqy?] for each file, I press y and it seems to copy the files. I couldn't figure out the - modifiers to copy the directory and subdirectory without being prom

Re: [weewx-user] FTP Not working

2024-05-21 Thread Tom Keffer
If you're sure the two FTP sections are identical, it must be a firewall / network issue. Can you FTP directly from the new RPi using the ftp utility ? On Tue, May 21, 2024 at 5:29 PM Rich Strle wrote: > I have installed the latest version of weewx on a fresh Ra

[weewx-user] FTP Not working

2024-05-21 Thread Rich Strle
I have installed the latest version of weewx on a fresh RasberryPi and almost everything is working as expected. I also have a different Pi running weewx 4.x. It's been running perfectly for years. I shut down weewx on that Pi. After everything is working, I can see the files getting created on

Re: [weewx-user] FTP not working

2021-01-28 Thread Tom Keffer
See my other note about getting a better log. However, instead of debug=1, use debug=2. This will give additional FTP information. On Thu, Jan 28, 2021 at 2:38 PM wrote: >Hi > > The file weekbarometer.png shows up in the right place as an empty file. > Have tried > > > > > > > > > > > >

[weewx-user] FTP not working

2021-01-28 Thread orders
Hi The file weekbarometer.png shows up in the right place as an empty file. Have tried enable = true user = bahr...@billandcorena.com password = "" server = www.billandcorena.com

Re: [weewx-user] FTP not working since last system update

2019-11-11 Thread Tom Mitchell
I just have to say how much I like this design approach. Not too clever, plan for failure. If the file is not there or is corrupt, blow it away and recreate it since it is a cache. Just love this. It is a part of how mature and fault-tolerant weewx is. Thanks to all who work on this! On Friday

Re: [weewx-user] FTP not working since last system update

2019-11-09 Thread James Muirhead
Thanks for that, the #FTP.last file had got horrifically corrupted. In fact it thought the local copy was a directory!!! It also brought to light that I made a typo in the script I use to stop WeeWX, backup, update and reboot the Pi. Meant the data files doubled in size every Sunday morning. So

Re: [weewx-user] FTP not working since last system update

2019-11-08 Thread Thomas Keffer
WeeWX stores the time each file was FTPd to your server in a file called *#FTP.last*. This is in order to avoid unnecessary uploads. Somehow the file got corrupted. The fix is easy enough: delete the file. It will be regenerated at the next reporting cycle. You can find it in your HTML directory (

[weewx-user] FTP not working since last system update

2019-11-08 Thread James Muirhead
WeeWX FTP upload has suddenly stopped working since the latest system update (I have it setup to run apt-get update; apt-get upgrade at 4am every Sunday). Everything else works fine, just no FTP upload. I hadn't changed the settings, everything was working fine before Sunday morning. - Orang

Re: [weewx-user] FTP Not Working (not even attempting)

2019-04-12 Thread John Campbell
Ah, ok. Will try that out. Thanks On Fri, 12 Apr 2019 at 13:28, gjr80 wrote: > The FTP skin has nothing to do with the look and feel of your site/pages. > Its sole purpose is to run the FTP generator to FTP your files to a remote > server. You would normally have one or more skins (eg Seasons)

Re: [weewx-user] FTP Not Working (not even attempting)

2019-04-12 Thread gjr80
The FTP skin has nothing to do with the look and feel of your site/pages. Its sole purpose is to run the FTP generator to FTP your files to a remote server. You would normally have one or more skins (eg Seasons) being run under StdReport to produce the pages for your site, if you use a remote we

Re: [weewx-user] FTP Not Working (not even attempting)

2019-04-12 Thread John Campbell
As it didn't work so I'm trying all sorts. One being changing the theme which does look better than the stock. Can I not have a different theme applied to a remote upload, has the theme to support ftp? On Fri, 12 Apr 2019 at 12:48, gjr80 wrote: > Hi, > > Any reason you are using skin = neowx?

[weewx-user] FTP Not Working (not even attempting)

2019-04-12 Thread gjr80
Hi, Any reason you are using skin = neowx? Normal usage is skin = Ftp. Gary -- 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.c

[weewx-user] FTP Not Working (not even attempting)

2019-04-12 Thread John Campbell
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