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

Re: [weewx-user] ftp upload problem; Errno 0 Error; ftplib problem?

2017-10-27 Thread Thomas Keffer
Fixed (I think) in commit ae7c2fb . Download the patched file ftpupload.py and give it a try. You can now set whether to use a secure

Re: [weewx-user] ftp upload problem; Errno 0 Error; ftplib problem?

2017-10-27 Thread Thomas Keffer
I suspect you're right. Good sleuthing! This is difficult to debug, because I need a broken server/client connection, and mine is working fine! Created issue #284 to track this problem. -tk On Thu, Oct 26, 2017 at 9:23 PM, Kip Kennedy

Re: [weewx-user] ftp upload problem; Errno 0 Error; ftplib problem?

2017-10-26 Thread Thomas Keffer
OK, you've got me stumped. If you're comfortable around source code, perhaps you could instrument the ftplib code and see what's going on. -tk On Thu, Oct 26, 2017 at 4:52 PM, Kip Kennedy wrote: > The FTP server at GoDaddy is Pure-FTPd. > > WinSCP can use FTPS. I chose

Re: [weewx-user] ftp upload problem; Errno 0 Error; ftplib problem?

2017-10-26 Thread Thomas Keffer
Couple of questions: Do you know what kind of server you're using on the other end? One of my FTP accounts has a Microsoft server and it doesn't handle FTPS very well. You mentioned you can get FTP to work with the Mac FTP and with WinSCP. Do these use FTPS? -tk On Thu, Oct 26, 2017 at 3:47

Re: [weewx-user] ftp upload problem; Errno 0 Error; ftplib problem?

2017-10-26 Thread Thomas Keffer
Hi, Kip I also use GoDaddy. What it normally does is before every file it sets TYPE I and PASV, then does the file transfer, all synchronously. So, I don't think it's a race condition within either FTP, or the log. Did this work before and now it's not? Or, has it never worked? The PROT_P