Page 2 of 2

Re: Help..................

Posted: Thu 17 Oct 2019 12:05 am
by orion_jb2001
And that didn't work either with and without slashes:

# OpenPassiveDataStream(AutoPassive, "STOR public_html/cumulus/realtimegauges.txt", 0)
Command: EPSV
Response: 229 Extended Passive mode OK (|||58553|)
Status: Connecting to 103.18.109.182:58553
Command: STOR public_html/cumulus/realtimegauges.txt
Response: 553 Can't open that file: No such file or directory
Status: Disposing FtpSocketStream...

# CloseDataStream()

# GetWorkingDirectory()
Command: PWD
Response: 257 "/" is your current location

2019-10-17 11:03:10.060 Uploading web\realtimegauges.txt to /public_html/cumulus/realtimegauges.txt

# OpenWrite("/public_html/cumulus/realtimegauges.txt", Binary)

# GetFileSize("/public_html/cumulus/realtimegauges.txt")
Command: SIZE /public_html/cumulus/realtimegauges.txt
Response: 550 Can't check for file existence

# OpenPassiveDataStream(AutoPassive, "STOR /public_html/cumulus/realtimegauges.txt", 0)
Command: EPSV
Response: 229 Extended Passive mode OK (|||58419|)
Status: Connecting to 103.18.109.182:58419
Command: STOR /public_html/cumulus/realtimegauges.txt
Response: 553 Can't open that file: No such file or directory
Status: Disposing FtpSocketStream...

# CloseDataStream()

# GetWorkingDirectory()
Command: PWD
Response: 257 "/" is your current location

2019-10-17 11:03:15.061 Uploading web\realtimegauges.txt to /public_html/cumulus/realtimegauges.txt

# OpenWrite("/public_html/cumulus/realtimegauges.txt", Binary)

# GetFileSize("/public_html/cumulus/realtimegauges.txt")
Command: SIZE /public_html/cumulus/realtimegauges.txt
Response: 550 Can't check for file existence

# OpenPassiveDataStream(AutoPassive, "STOR /public_html/cumulus/realtimegauges.txt", 0)
Command: EPSV
Response: 229 Extended Passive mode OK (|||64115|)
Status: Connecting to 103.18.109.182:64115
Command: STOR /public_html/cumulus/realtimegauges.txt
Response: 553 Can't open that file: No such file or directory
Status: Disposing FtpSocketStream...

# CloseDataStream()

Re: Help..................

Posted: Thu 17 Oct 2019 9:51 am
by freddie
Looks like you've fixed it as I see current data on your index.htm page. How did you fix it?

Re: Help..................

Posted: Thu 17 Oct 2019 9:54 am
by Mapantz
I'm not really sure, but I don't think it should be like that.
ie;

Code: Select all

2019-10-17 11:03:10.060 Uploading web\realtimegauges.txt to /public_html/cumulus/realtimegauges.txt
# OpenWrite("/public_html/cumulus/realtimegauges.txt", Binary)
It should look like:

Code: Select all

2019-10-17 11:03:10.060 Uploading realtimegauges.txt to cumulus/realtimegauges.txt
# OpenWrite("cumulus/realtimegauges.txt", Binary)

Re: Help..................

Posted: Thu 17 Oct 2019 10:19 am
by orion_jb2001
lot of work with my web provider but eventually all was fixed, when installing as per the wiki, all json's and the index.htm created first boot ans as you see, up and running. Nothing I or cumulusmx could have done to fix it, it was a server problem at their end particular to my account. All good now. Which is good, I like the new MX version.

Re: Help..................

Posted: Thu 17 Oct 2019 10:21 am
by freddie
I'm glad you managed to sort it. Have fun with MX :-)

Re: Help..................

Posted: Thu 29 Jul 2021 9:20 pm
by Phil23
Hi Jeff,

Just browsing thru old threads looking for stuff that is somewhat local.
I see your Public_html has Cumulus & Weather folders, with Cumulus being the one with your site.

Have you considered setting up a Sub-Domain?
If you have cPanel access, it would be simple to set one up that would make weather.yourdomain.com point directly to what you already have.

I've got a few setup here actually,
Weather & w point to my main Davis VP2

w2 & s7 point to 2 different Ecowitts.

Cheeers

Phil