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 =

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

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

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

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

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

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,

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

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

[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

[weewx-user] FTP upload fail

2023-12-09 Thread BORIS
Hi, I have not used Weewx for some time and installed it again on a Ubuntu 14 Laptop. I can collect the data from my Klimalogg pro and the files are stored correctly. Only the FTP transfer is not working to my server at ONE.com I have other programs written in Python that can upload files

[weewx-user] FTP upload to server suddenly stopped

2023-12-08 Thread bgra...@umw.edu
Hello, My weewx 4.10.2 with python 3.10.12 seems to be running fine but stopped FTPing files to the server on godaddy.com. I only noticed this today as I usually just look at the local weewx computer. Upload is to grattans.org/wx I uploaded some files with filezilla today so I'm sure the

[weewx-user] FTP Upload failed

2023-10-04 Thread 'buck...@googlemail.com' via weewx-user
hello, since yesterday i get this error and i dont know why ftpgenerator: Upload failed Okt 05 06:57:29 raspberrypi python3[1425]: weewx[1425] ERROR weewx.reportengine: ftpgenerator: Upload failed Okt 05 07:00:45 raspberrypi python3[1425]: weewx[1425] INFO weewx.manager: Added record

Re: [weewx-user] FTP-TLS File transfer fails

2023-08-25 Thread Tom Keffer
Good to know. I've added your experience to the list of symptoms. On Fri, Aug 25, 2023 at 7:34 AM Karl Napp wrote: > Thank's a lot, > with > > *reuse_ssl = True * > it works ! > > Tom Keffer schrieb am Donnerstag, 24. August 2023 um 23:56:58 UTC+2: > >> I'm not sure what is going on. It's

Re: [weewx-user] FTP-TLS File transfer fails

2023-08-25 Thread Karl Napp
Thank's a lot, with *reuse_ssl = True * it works ! Tom Keffer schrieb am Donnerstag, 24. August 2023 um 23:56:58 UTC+2: > I'm not sure what is going on. It's likely to be a server > configuration issue. One thing you can try is the "reuse_ssl" option. > > *[[FTP]]* > > * ... (as before)*

Re: [weewx-user] FTP-TLS File transfer fails

2023-08-24 Thread Tom Keffer
I'm not sure what is going on. It's likely to be a server configuration issue. One thing you can try is the "reuse_ssl" option. *[[FTP]]* * ... (as before)* *reuse_ssl = True* On Thu, Aug 24, 2023 at 12:18 AM Karl Napp wrote: > I don't know the FTP server, it's provided by

Re: [weewx-user] FTP-TLS File transfer fails

2023-08-24 Thread Karl Napp
I don't know the FTP server, it's provided by DomainFactory. I using Python 3.9.2 I have set debug = 2 in weewx.conf here is the ouput of syslog: *Aug 24 07:56:14 berryzero weewx[14238] DEBUG weewx.reportengine: Running report 'FTP'Aug 24 07:56:14 berryzero weewx[14238]

Re: [weewx-user] FTP-TLS File transfer fails

2023-08-23 Thread Tom Keffer
Do you know which FTP server this is? What version of Python are you using? Set debug=2, then try again. It will give additional information. -tk On Wed, Aug 23, 2023 at 9:01 AM Karl Napp wrote: > HI, > I've enabled the FTP over TLS as described in the user's guide. When the > FTP Upload

[weewx-user] FTP-TLS File transfer fails

2023-08-23 Thread Karl Napp
HI, I've enabled the FTP over TLS as described in the user's guide. When the FTP Upload starts weewx returns with ERRORS Here is a snippet syslog output: Aug 23 16:50:44 berryzero weewx[2267] ERROR weeutil.ftpupload: Failed uploading /var/www/html/weewx/monthvolt.png to server ossipage.de.

Re: [weewx-user] ftp/sftp stop working on 4.10.2 ...

2023-07-11 Thread Yves Martin
After a fresh install, I've reinstalled weewx, use ftp instead of sftp (not installed here) and everything works!!! Tks. Yves Le mardi 11 juillet 2023 à 10 h 03 min 26 s UTC-4, Tom Keffer a écrit : > Make sure weewxd is using the copy of weewx.conf that you think it is > using. > > You

Re: [weewx-user] ftp/sftp stop working on 4.10.2 ...

2023-07-11 Thread Tom Keffer
Make sure weewxd is using the copy of weewx.conf that you think it is using. You provided an excerpt of the [[FTP]] section. Is it from /etc/weewx/weewx.conf? Is that what weewxd is using? On Mon, Jul 10, 2023 at 2:55 PM Yves Martin wrote: > Hi > > I have this error and I don't know why : > >

[weewx-user] ftp/sftp stop working on 4.10.2 ...

2023-07-10 Thread Yves Martin
Hi I have this error and I don't know why : Jul 10 17:30:28 meteo-raspi weewx[1797] DEBUG weewx.reportengine: Found configuration file /etc/weewx/skins/Ftp/skin.conf for report 'FTP' Jul 10 17:30:29 meteo-raspi weewx[1797] DEBUG weewx.reportengine: ftpgenerator: FTP upload not requested.

Re: [weewx-user] FTP Skin weewx - not synchronize a particular file

2023-05-25 Thread vince
rsync itself has a —exclude flag but I don’t know if the weewx rsync uploader supports all the things commandline rsync does On Saturday, May 20, 2023 at 2:38:37 AM UTC-4 Remy LAVABRE wrote: > Thanks for your reply Tom. > Yes the FTP skin transfers all files from the Apache WEEWX server to an

Re: [weewx-user] FTP Skin weewx - not synchronize a particular file

2023-05-20 Thread Tom Keffer
Not an unreasonable request, but at this point there is no way to do that. What you can do is put the counter file and weewx files in separate directories, then FTP only the latter. On Fri, May 19, 2023 at 11:38 PM Remy LAVABRE wrote: > Thanks for your reply Tom. > Yes the FTP skin transfers

Re: [weewx-user] FTP Skin weewx - not synchronize a particular file

2023-05-20 Thread Remy LAVABRE
Thanks for your reply Tom. Yes the FTP skin transfers all files from the Apache WEEWX server to an external server such as a site host for example. The problem is for example when there is a HTML page view counter text file. That of the main server if it changes overwrites that of the mirror

Re: [weewx-user] FTP Skin weewx - not synchronize a particular file

2023-05-19 Thread Tom Keffer
Not understanding the question. Page view files normally live on the webserver. WeeWX FTP only moves files from the weewx host to the webserver, not the other way around. On Wed, May 17, 2023 at 5:07 AM Remy Lavabre wrote: > Good morning, > Is there a way with the FTP skin not to synchronize a

[weewx-user] FTP Skin weewx - not synchronize a particular file

2023-05-17 Thread Remy Lavabre
Good morning, Is there a way with the FTP skin not to synchronize a particular file between the appache weewx server and a copy at a host, such as a page view counter file? THANKS -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe

[weewx-user] ftp issues

2023-03-19 Thread Alan Jackson
Realized I hadn't been updating my website for about a week, so went into debug mode, and got the following messages in the log: Mar 19 17:26:05 carina weewx[824014] DEBUG weeutil.ftpupload: Attempting connection to ajackson.org Mar 19 17:26:15 carina weewx[824014] ERROR weewx.reportengine:

Re: [weewx-user] FTP Upload Failed - 0kb File on Remote Server

2023-01-03 Thread 'Rory Gillies' via weewx-user
Hi, both servers are running vsftpd. On Monday, January 2, 2023 at 7:59:51 PM UTC tke...@gmail.com wrote: > Do you know what kind of FTP server they are? > > On Mon, Jan 2, 2023 at 9:38 AM 'Rory Gillies' via weewx-user < > weewx...@googlegroups.com> wrote: > >> Hi, yes to clarify all the files

Re: [weewx-user] FTP Upload Failed - 0kb File on Remote Server

2023-01-02 Thread Tom Keffer
Do you know what kind of FTP server they are? On Mon, Jan 2, 2023 at 9:38 AM 'Rory Gillies' via weewx-user < weewx-user@googlegroups.com> wrote: > Hi, yes to clarify all the files are there, it's just a single file that > has 0kb size. The two servers are completely different, one is my own >

Re: [weewx-user] FTP Upload Failed - 0kb File on Remote Server

2023-01-02 Thread 'Rory Gillies' via weewx-user
Hi, yes to clarify all the files are there, it's just a single file that has 0kb size. The two servers are completely different, one is my own virtual private server running Ubuntu and the other is a hosted Linux package. I'll try the level 2 debug and see if it shows up anything. Thanks! On

Re: [weewx-user] FTP Upload Failed - 0kb File on Remote Server

2023-01-02 Thread Tom Keffer
I wanted to clarify something you said: there is a single HTML file on the remote server with 0kb file size Does that mean it is the only file on the remote server? Or, it's the only file of 0kb size? I would not rule out a server-side problem. Are the two servers hosted by the same company?

[weewx-user] FTP Upload Failed - 0kb File on Remote Server

2023-01-02 Thread 'Rory Gillies' via weewx-user
Hi, and Happy New Year. I am experiencing an issue with FTP upload to my servers, occasionally (say around once a week) WeeWX fails to upload and there is a single HTML file on the remote server with 0kb file size (it's not a specific file, however it is usually one of the year or month

[weewx-user] FTP Upload Failed - 0kb html file on server

2023-01-02 Thread 'Rory Gillies' via weewx-user
Hi, and Happy New Year. I am experiencing an issue with FTP upload to my servers, occasionally (say around once a week) WeeWX fails to upload and there is a single HTML file on the remote server with 0kb file size (it's not a specific file, however it is usually one of the year or month

Re: [weewx-user] ftp upload issues

2022-11-25 Thread Alex Vanuxem
Solved reinstalled belchertown . Sorry Op vr 25 nov. 2022 20:40 schreef Alex Vanuxem : > hi > > need some help, > > all was working well and suddenly i got this error: > > working in virtual box, running belchertown skin : > > can somebody help? > > Nov 25 20:21:16 alex weewx[1975] DEBUG

[weewx-user] ftp upload issues

2022-11-25 Thread Alex Vanuxem
hi need some help, all was working well and suddenly i got this error: working in virtual box, running belchertown skin : can somebody help? Nov 25 20:21:16 alex weewx[1975] DEBUG user.WLLDriver: Weewx packet from WLL module : {'dateTime': 1669404075, 'usUnits': 1, 'windSpeed': 0.0,

Re: [weewx-user] FTP upload error

2022-10-26 Thread vladimir...@gmail.com
Im deleted folder on ftp server /html_public everything work! среда, 26 октября 2022 г. в 03:55:49 UTC+3, tke...@gmail.com: > I am unable to debug your FTP because the connection is consistently > refused. I'm not sure, but with a server in Germany, but a Russian domain, > you may have gotten

Re: [weewx-user] FTP upload error

2022-10-26 Thread vladimir...@gmail.com
Midnight Commander installed on the system connects perfectly to the FTP server среда, 26 октября 2022 г. в 03:55:49 UTC+3, tke...@gmail.com: > I am unable to debug your FTP because the connection is consistently > refused. I'm not sure, but with a server in Germany, but a Russian domain, >

Re: [weewx-user] FTP upload error

2022-10-25 Thread Tom Keffer
I am unable to debug your FTP because the connection is consistently refused. I'm not sure, but with a server in Germany, but a Russian domain, you may have gotten caught up in the Ukraine conflict. On Tue, Oct 25, 2022 at 11:49 AM vladimir...@gmail.com < vladimir.a.mo...@gmail.com> wrote: >

Re: [weewx-user] FTP upload error

2022-10-25 Thread vladimir...@gmail.com
Oct 25 21:42:02 pogoda-ubuntu weewx[1056] ERROR weeutil.ftpupload: Failed uploading /var/www/html/weewx/weektempin.png to server web.ru. Reason: 'timed out' Oct 25 21:42:22 pogoda-ubuntu weewx[1056] ERROR weewx.reportengine: ftpgenerator: (2): caught exception '': timed out Oct 25 21:42:22

Re: [weewx-user] FTP upload error

2022-10-04 Thread Tom Keffer
1. How about some more details? In particular, could we see the [[FTP]] section of weewx.conf? Be sure to obfuscate any sensitive materials, such as text. 2. Do you know which FTP server your provider is using? On Tue, Oct 4, 2022 at 11:01 AM vladimir...@gmail.com < vladimir.a.mo...@gmail.com>

[weewx-user] FTP upload error

2022-10-04 Thread vladimir...@gmail.com
Hi, Suddenly and out of the blue my ftp upload stopped working. The html files are generated as expected in /var/www/html/weewx Midnight Commander FTP client - connection successful, creating and deleting files log Oct 4 20:47:03 pogoda-ubuntu weewx[10451] ERROR weeutil.ftpupload: Failed

Re: [weewx-user] FTP upload Problem

2022-10-03 Thread PeterGill
Thought so. Thanks!! On Thursday, September 29, 2022 at 8:00:59 PM UTC+2 tke...@gmail.com wrote: > If you look a little further down the RFC 959 standard that your support > team linked to, you'll see: > > The prior existence of a subdirectory with the same name is an > error, and

Re: [weewx-user] FTP upload Problem

2022-09-29 Thread Tom Keffer
If you look a little further down the RFC 959 standard that your support team linked to, you'll see: The prior existence of a subdirectory with the same name is an error, and the server must return an "access denied" error reply in that case. CWD /usr/dm 200

Re: [weewx-user] FTP upload Problem

2022-09-29 Thread PeterGill
TK, if you have time I would just like to get your comment on the reply I got from my providers tech support quoted below. They claim a MKD command for an existing directory produces a 550 error, not a 521. If that´s true I assume WeeWX handles that as well. Anyway, the uploads suddenly

Re: [weewx-user] FTP upload Problem

2022-09-28 Thread Tom Keffer
Glad it ended well! On Wed, Sep 28, 2022 at 4:45 AM PeterGill wrote: > Thanks again TK and again you were right. The problem was apparently on > the provider side. After reaching out to their support it suddenly started > to work again. I´ll see if I can get a response from them on the reasons

Re: [weewx-user] FTP upload Problem

2022-09-28 Thread PeterGill
Thanks again TK and again you were right. The problem was apparently on the provider side. After reaching out to their support it suddenly started to work again. I´ll see if I can get a response from them on the reasons why. If so I´ll post it here for reference. /PG On Tuesday,

Re: [weewx-user] FTP upload Problem

2022-09-26 Thread Tom Keffer
A MKD command for an existing subdirectory should simply produce a 521 error. WeeWX expects this and, if it occurs, moves on. If the FTP server is behaving properly, it certainly won't terminate the session. Besides, the error is occurring during a file upload, not while making a directory. What

Re: [weewx-user] FTP upload Problem

2022-09-26 Thread PeterGill
Hi again, Now the problem is back but in a different way, Suddenly and again without any change from my side files are not uploaded with FTP to my provider. After a lengthy discussion with their support they claim: " Our Tech Team was able to fetch the logs for FTP & SFTP yesterday and

Re: [weewx-user] FTP upload problem just started... "no access"

2022-09-20 Thread Messy Potamia
I have commented out the FTP lines in both weewx.conf and am now using the scp utility. It is working, as I told it to recursively take everything under public_html, and I don't think that leaves anything out. The provider has obviously hosed legacy FTP. On Tue, Sep 20, 2022 at 2:38 PM Tom

Re: [weewx-user] FTP upload problem just started... "no access"

2022-09-20 Thread Messy Potamia
The problem is that my website provider, one.com, changed their root configuration and the way they handle ftp vs sftp and they don't know the ramifications of it all just yet. It's obvious they broke it for "scripted users using an automated path"... here's his response which I think is boiler

Re: [weewx-user] FTP upload problem just started... "no access"

2022-09-20 Thread Tom Keffer
There was another thread with just this same problem last week (FTP "550" error). Take a look at it and see if it helps. If not, come back and we'll try again. If the provider of your web server supports it, I would also

[weewx-user] FTP upload problem just started... "no access"

2022-09-20 Thread messyp...@gmail.com
This just started, nothing changed, I restarted weewx on the server just in case, but... Sep 20 06:30:20 PI3BUSB weewx[9261]: manager: Added record 2022-09-20 06:30:00 CDT (1663673400) to database 'weewx.sdb' Sep 20 06:30:20 PI3BUSB weewx[9261]: manager: Added record 2022-09-20 06:30:00 CDT

Re: [weewx-user] FTP upload Problem

2022-09-16 Thread Steve2Q
Peter..you are very welcome. I hope I saved you saved some time and aggrevation. On Friday, September 16, 2022 at 3:58:52 AM UTC-4 PeterGill wrote: > Steve, it turned out you were right, the problem was at my provider side. > Problem solved. Thanks for engaging! > > On Thursday, September 15,

Re: [weewx-user] FTP upload Problem

2022-09-16 Thread PeterGill
Steve, it turned out you were right, the problem was at my provider side. Problem solved. Thanks for engaging! On Thursday, September 15, 2022 at 9:56:04 PM UTC+2 PeterGill wrote: > Thanks Steve, I´m talking to my provider right now and I´ll update here if > the problem is with them > > > On

Re: [weewx-user] FTP upload Problem

2022-09-15 Thread PeterGill
Thanks Steve, I´m talking to my provider right now and I´ll update here if the problem is with them On Thursday, September 15, 2022 at 7:11:29 PM UTC+2 Steve2Q wrote: > Peter..I had the exact same problem with DreamHost. For some reason they > blocked my IP. They unblocked it yesterday

Re: [weewx-user] FTP upload Problem

2022-09-15 Thread Steve2Q
Peter..I had the exact same problem with DreamHost. For some reason they blocked my IP. They unblocked it yesterday afternoon, and FTP started working a few hours later. On Thursday, September 15, 2022 at 9:58:56 AM UTC-4 PeterGill wrote: > Thanks for the quick answer. Sorry for a stupid

Re: [weewx-user] FTP upload Problem

2022-09-15 Thread PeterGill
Thanks for the quick answer. Sorry for a stupid follow up question - how do I make sure the right access permissions are set? On Thursday, September 15, 2022 at 3:52:21 PM UTC+2 tke...@gmail.com wrote: > I don't know why it would have changed, but make sure you have access > permissions to

Re: [weewx-user] FTP upload Problem

2022-09-15 Thread Tom Keffer
I don't know why it would have changed, but make sure you have access permissions to whatever directory you are trying to upload to. On Thu, Sep 15, 2022 at 6:39 AM PeterGill wrote: > Hi, > > Suddenly and out of the blue my ftp upload stopped working. The html files > are generated as expected

[weewx-user] FTP upload Problem

2022-09-15 Thread PeterGill
Hi, Suddenly and out of the blue my ftp upload stopped working. The html files are generated as expected in /var/www/html/weewx and the file "celestial.html" referenced in the log extract below certainly exist in the library and opens correctly in Chrome. Of course reboot has been tried. Any

[weewx-user] FTP failure

2022-09-11 Thread Steve2Q
have been using the same host for years. While I was away, starting on 9/4, weewx stopped uploading to the server. This is the latest syslog. Sep 11 15:24:17

[weewx-user] FTP stopped

2022-09-11 Thread Steve2Q
I have been using the same host for years. While I was away, starting on 9/4, weewx stopped uploading to the server. This is the latest syslog. Sep 11 15:24:17

[weewx-user] FTP Upload error 451

2022-09-05 Thread ewhain...@gmail.com
So my initial issue was a bac USB cable, completely weird since I hadn't touched the setup.. Now, after going back and forth with my provider, I was switched to a new server and had to change the path. Their "help" page was incorrect. ANYWAY - I am getting FTP uploads with the exception of the

[weewx-user] Ftp upload

2022-03-09 Thread Kalli Gøtze
Hi all, I run Weewx 4.6.2 on my Notebook whit Ubuntu 20.04 it work's fine but the upload to my Website didn't work to Awekas it work's. If i run sudo tail -f /var/log/syslog it show me this Mar 9 17:50:52 kalli-HP-8440p

Re: [weewx-user] FTP errors

2022-03-03 Thread Tom Keffer
Whatever problem you’re having it’s not with WeeWX. It may be a firewall problem, or it’s possible your provider is no longer in business. On Thu, Mar 3, 2022 at 8:51 AM ewhain...@gmail.com wrote: > pi@weatherpi:~ $ ftp great-bay.com > ftp: connect: Connection timed out > ftp> > > On Thursday,

Re: [weewx-user] FTP errors

2022-03-03 Thread ewhain...@gmail.com
pi@weatherpi:~ $ ftp great-bay.com ftp: connect: Connection timed out ftp> On Thursday, March 3, 2022 at 11:42:56 AM UTC-5 tke...@gmail.com wrote: > What happens if you try to connect from the command line using the utility > 'fpt'? > > *ftp great-bay.com * > > > > > On

Re: [weewx-user] FTP errors

2022-03-03 Thread Tom Keffer
What happens if you try to connect from the command line using the utility 'fpt'? *ftp great-bay.com * On Thu, Mar 3, 2022 at 8:35 AM ewhain...@gmail.com wrote: > Can anyone decipher what is wrong here? all of a sudden I stopped > uploading via FTP. I did an update and

[weewx-user] FTP errors

2022-03-03 Thread ewhain...@gmail.com
Can anyone decipher what is wrong here? all of a sudden I stopped uploading via FTP. I did an update and upgrade, (re)entered my FTP info but keep getting the errors listed below: Mar 3 11:31:01 weatherpi weewx[10681] DEBUG weewx.reportengine: Running report 'FTP' Mar 3 11:31:01 weatherpi

Re: [weewx-user] ftp upload fails

2021-04-10 Thread Tom Keffer
Whether to allow "dot" directories to be uploaded is a policy of the FTP server, not the client. With the revised version of ftpupload.py it will at least tell you the directory name. On Sat, Apr 10, 2021 at 5:24 AM Chris Thompstone wrote: > Yeah all seems good. Can I suggest a check for .

Re: [weewx-user] ftp upload fails

2021-04-10 Thread Chris Thompstone
Yeah all seems good. Can I suggest a check for . files and . directories and don't allow ftp upload on those. For a future version? Thanks a pleasure as always. Regards to all. On Saturday, 10 April 2021 at 13:13:44 UTC+1 Chris Thompstone wrote: > Just testing now, first loop after the

Re: [weewx-user] ftp upload fails

2021-04-10 Thread Chris Thompstone
Just testing now, first loop after the restart went well, Just want to check how many files upload on the next. No idea where that directory came from, but will it reappear again? Will test the driver in a min, when sorted this... Thanks Chris On Saturday, 10 April 2021 at 13:07:36 UTC+1

Re: [weewx-user] ftp upload fails

2021-04-10 Thread Tom Keffer
Somehow a directory name of ".gnupg" snuck into /var/www. Get rid of it, and all should be well. On Sat, Apr 10, 2021 at 5:02 AM Chris Thompstone wrote: > Thanks, > Looks like there is a . directory in there somehow it doesn't like > Apr 10 13:01:09 weewx weewx[7765] DEBUG weeutil.ftpupload:

Re: [weewx-user] ftp upload fails

2021-04-10 Thread Chris Thompstone
Thanks, Looks like there is a . directory in there somehow it doesn't like Apr 10 13:01:09 weewx weewx[7765] DEBUG weeutil.ftpupload: Uploaded file /var/www/NOAA/NOAA-2015-01.txt to /NOAA/NOAA-2015-01.txt Apr 10 13:01:09 weewx weewx[7765] DEBUG weeutil.ftpupload: 150 ./NOAA/NOAA-2014-12.txt

Re: [weewx-user] ftp upload fails

2021-04-10 Thread Tom Keffer
Too bad it doesn't tell us what the directory name is. Try this version of weeutil/ftpload.py. It will log the directory name. -tk On Sat, Apr 10, 2021 at 4:47 AM Chris Thompstone wrote: > Hi, thought I'd better start a new topic. > Have just moved to ver 4.5.1 from 3.9.x > Have copied my

[weewx-user] ftp upload fails

2021-04-10 Thread Chris Thompstone
Hi, thought I'd better start a new topic. Have just moved to ver 4.5.1 from 3.9.x Have copied my standard skin over etc, database and so forth. But I can't use the FTP upload to remote server. I get the below and it just loops continuously, trying to upload the whole of the www forever. So I

Re: [weewx-user] FTP error

2021-02-14 Thread Tom Keffer
That doesn't surprise me. Glad to hear it worked out! On Sun, Feb 14, 2021 at 4:34 PM ginfo...@gmail.com wrote: > > Thanks so much Tom. > I solved it by simply putting: > > / public_html / > > Thanks for everything! > Il giorno lunedì 15 febbraio 2021 alle 00:55:37 UTC+1 ginfo...@gmail.com > ha

Re: [weewx-user] FTP error

2021-02-14 Thread ginfo...@gmail.com
Thanks so much Tom. I solved it by simply putting: / public_html / Thanks for everything! Il giorno lunedì 15 febbraio 2021 alle 00:55:37 UTC+1 ginfo...@gmail.com ha scritto: > Thanks for the reply, I changed the password. > It always worked until I was forced to create a new FTP profile. >

Re: [weewx-user] FTP error

2021-02-14 Thread ginfo...@gmail.com
Thanks for the reply, I changed the password. It always worked until I was forced to create a new FTP profile. When I connect with a Filezilla software my destination is "www.meteomestre.it/public_html" And it connects regularly. The Siteground team told me that the FTP connection works fine. I

Re: [weewx-user] FTP error

2021-02-14 Thread Tom Keffer
Things to try: 1. Your value for 'path' looks a little suspicious. Perhaps you mean '/public_html'? 2. Does your server require FTPS? 3. Make sure you have necessary permissions on the remote server. 4. Your password includes several spaces. Is that correct? 5. You posted your

[weewx-user] FTP error

2021-02-14 Thread ginfo...@gmail.com
Good evening. Last night Sitegroung did an update of their site tools. I had to create a new FTP account, but now, entering the new parameters in the weewx.conf file the files are not updated. I state that weewx updates normally locally, but files are no longer transferred remotely. Here are the

[weewx-user] FTP Upload

2021-02-04 Thread Renato Brigger
Hallo zusammen. Ich bin ein Anfänger mit Linux. Ich habe erfolgreich Weewx auf meine RasbeeryPi installiert. Es funtioniert auch mit dem Simulator und dem Apache Server. Webseite wird angezeit. Leider gelingt es mir nicht FTP zum laufen zu bringen. Ich habe den Auschnitt der Config sowie das Log

Re: [weewx-user] FTP

2021-01-29 Thread Tom Keffer
= ftp_data.run() >>> >>> Jan 28 17:10:26 raspberrypi weewx[11629] ERROR >>> weewx.reportengine: File >>> "/usr/share/weewx/weeutil/ftpupload.py", line 163, in run >>> >>> Jan 28 17:10:26 raspberrypi

Re: [weewx-user] FTP

2021-01-29 Thread Remy LAVABRE
ort Belchertown in 3.83 seconds Jan 28 16:40:22 >> raspberrypi weewx[11404] INFO weewx.reportengine: Copied 37 files to >> /var/www/html/weewx/belchertown Jan 28 16:40:24 raspberrypi weewx[11404] >> ERROR weeutil.ftpupload: Failed uploading >> /var/www/html/weewx/weekbaromet

RE: [weewx-user] FTP

2021-01-28 Thread orders
Seems as to have fixed it for now!! Thanks From: weewx-user@googlegroups.com On Behalf Of Tom Keffer Sent: Thursday, January 28, 2021 5:37 PM To: weewx-user Subject: Re: [weewx-user] FTP I believe you are being affected by a bug in the Python libraries that happens

RE: [weewx-user] FTP

2021-01-28 Thread orders
It is working fine now thanks a lot Bill From: weewx-user@googlegroups.com On Behalf Of Tom Keffer Sent: Thursday, January 28, 2021 5:45 PM To: weewx-user Subject: Re: [weewx-user] FTP Let's try my solution first. If that doesn't work, on to something more sophisticated. On Thu

Re: [weewx-user] FTP

2021-01-28 Thread vince
Yup. For sure. On Thursday, January 28, 2021 at 4:45:44 PM UTC-8 Tom Keffer wrote: > Let's try my solution first. If that doesn't work, on to something more > sophisticated. > > On Thu, Jan 28, 2021 at 4:41 PM vince wrote: > >> Tom - I'm going to guesstimate this one has something to do with

Re: [weewx-user] FTP

2021-01-28 Thread Tom Keffer
Let's try my solution first. If that doesn't work, on to something more sophisticated. On Thu, Jan 28, 2021 at 4:41 PM vince wrote: > Tom - I'm going to guesstimate this one has something to do with ssl and > secure ftp based on the logs. The icon in my browser looks like they might > be

Re: [weewx-user] FTP

2021-01-28 Thread vince
Tom - I'm going to guesstimate this one has something to do with ssl and secure ftp based on the logs. The icon in my browser looks like they might be hosted by HostMonster (my old provider years ago) and it might be worth checking whether they actually support sftp, or if the site owner needs

Re: [weewx-user] FTP

2021-01-28 Thread Tom Keffer
> Jan 28 17:10:27 raspberrypi weewx[11629] ERROR weewx.reportengine: > File "/usr/share/weewx/weeutil/ftpupload.py", line 163, in run > > Jan 28 17:10:27 raspberrypi weewx[11629] ERROR weewx.reportengine: > ftp_server.storbinary(stor_cmd, fd) > > Jan 28 17

RE: [weewx-user] FTP

2021-01-28 Thread orders
aspberrypi weewx[11629] ERROR weewx.reportengine: ftpgenerator: Upload failed Jan 28 17:10:27 raspberrypi weewx[11629] DEBUG weewx.reportengine: Report 'RSYNC' not enabled. Skipping. From: weewx-user@googlegroups.com On Behalf Of Tom Keffer Sent: Thursday, January 28, 2021 4:55 PM To: weewx-

Re: [weewx-user] FTP

2021-01-28 Thread Tom Keffer
rbinary > > Jan 28 16:40:25 raspberrypi weewx[11404] ERROR weewx.reportengine: > conn.unwrap() > > Jan 28 16:40:25 raspberrypi weewx[11404] ERROR weewx.reportengine: > File "/usr/lib/python3.7/ssl.py", line 1094, in unwrap > > Jan 28 16:40:25 raspbe

RE: [weewx-user] FTP

2021-01-28 Thread orders
weeutil.ftpupload: Failed uploading /var/www/html/weewx/weekbarometer.png to server <http://www.billandcorena.com> www.billandcorena.com. Reason: '[Errno 0] Error' From: weewx-user@googlegroups.com On Behalf Of Tom Keffer Sent: Thursday, January 28, 2021 3:44 PM To: weewx-user Subject: Re: [

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 > > > > > > > > > > > >

Re: [weewx-user] FTP

2021-01-28 Thread Tom Keffer
It is very difficult to read your log trace because of the formatting, and you did not supply much of the log. One possible problem: are you sure you want path = /public_html/weather/weewx This will be the *destination* directory on www.billandcorena.com. Is that your intention? If that's not

[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

[weewx-user] FTP

2021-01-28 Thread billandcorena ahrens
enable = true user = password = "" server = www.billandcorena.com# The ftp server name, e.g, www.myserver.org path = /public_html/weather/weewx# The destination directory, e.g., /weather # Set to True

[weewx-user] FTP Timeout

2020-12-30 Thread Karen K
It worked beforehand and afterwards, but for about half an hour I got the log messages shown below every archive interval. I opened the website, and it opened very very slow. So I suspected a problem at the provider's end and waited. Some time later the website loaded fast again, and the same

  1   2   3   >