Page 1 of 3

FTP feed for web site

Posted: Wed 24 Jun 2020 3:08 am
by orion_jb2001
Hi all,

Been battling with this for days. I have just recently updated my motherboard etc and did a fresh install of windows 10 at the same time. I previously had a webwsite feed, from MX, to my web page, which gave the great wx data and gauges, etc, on line, from my web pages.

I am setting that back up again but am having a devil of a time to get it working. I am following the simple website setup, for MX, from the wiki. I have created a web directory, on my site and have sucessfully uploaded the necessary files etc, into that directory and am sucessfully logging into that directory, according to the ftplog but then some problems. The relevant json files etc seem not to be created by upload, as per the wiki instructions. From what I can see, via my ftp file manager, when I look at the old feed, with the json's loaded etc, in that directory and the directory I have set up, which is indicating no json's being created.

Is there any other instructions for a web site setup, using cumulus ftp, that may help??

Re: FTP feed for web site

Posted: Wed 24 Jun 2020 8:30 am
by stevendt
Hi

Better brains than mine will likely be needed here, but you will almost certainly be asked to upload a copy of the ftplog and possibly the main Cumulus log too so that any ftp error messages/codes can be seen

Regards
Dave

Re: FTP feed for web site

Posted: Wed 24 Jun 2020 8:45 am
by water01
Have you ticked "Include graph data files" in Settings / Internet Settings / Web/FTP settings?

Re: FTP feed for web site

Posted: Wed 24 Jun 2020 10:39 am
by orion_jb2001
Can supply ftp logs and yes have included graph option. Current as we speak working with ftp server to see what is going on, have found a couple of things but shortly am about to confirm their problem or cumulus problem :)

Re: FTP feed for web site

Posted: Wed 24 Jun 2020 10:44 am
by orion_jb2001
One question the ftp server people were a little confused on, the option delete before upload, does this refer to deleting a file already uploade i.e. refreshing that file??

Re: FTP feed for web site

Posted: Wed 24 Jun 2020 11:33 am
by mcrossley
Yes, it deletes the file on the FTP then uploads the new version with the same name. You don't want to use that option unless you really have to.

Re: FTP feed for web site

Posted: Wed 24 Jun 2020 11:36 am
by orion_jb2001
Thanks Mark. From what I am seeing, still dealing with the ftp servers, it does not seem to be creating the json files. The ftp account I have set up, is trying to update these json files, but they don't exist.

log file

2020-06-24 20:32:00.712 FTP[Int]: CumulusMX Connecting to s9.cpcloud.com.au

# Connect()
Status: Connecting to 103.18.109.182:21
Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
Response: 220-You are user number 2 of 50 allowed.
Response: 220-Local time is now 20:32. Server port: 21.
Response: 220-This is a private system - No anonymous login
Response: 220-IPv6 connections are also welcome on this server.
Response: 220 You will be disconnected after 15 minutes of inactivity.
Status: Detected FTP server: PureFTPd
Command: USER cumulus@jeffbartlett.org
Response: 331 User cumulus@jeffbartlett.org OK. Password required
Command: PASS ***
Response: 230 OK. Current restricted directory is /
Command: FEAT
Response: 211-Extensions supported:
Response: EPRT
Response: IDLE
Response: MDTM
Response: SIZE
Response: MFMT
Response: REST STREAM
Response: MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*;
Response: MLSD
Response: AUTH TLS
Response: PBSZ
Response: PROT
Response: UTF8
Response: TVFS
Response: ESTA
Response: PASV
Response: EPSV
Response: SPSV
Response: ESTP
Response: 211 End.
Status: Text encoding: System.Text.UTF8Encoding
Command: OPTS UTF8 ON
Response: 200 OK, UTF-8 enabled
Command: SYST
Response: 215 UNIX Type: L8
2020-06-24 20:32:00.834 FTP[Int]: Uploading Extra files
2020-06-24 20:32:00.834 FTP[Int]: Uploading standard files

2020-06-24 20:32:00.834FTP[Int]: Uploading web\index.htm to /home/jeffbart/public_html/index.htm

# OpenWrite("/home/jeffbart/public_html/index.htmtmp", Binary)
Command: TYPE I
Response: 200 TYPE is now 8-bit binary

# GetFileSize("/home/jeffbart/public_html/index.htmtmp")
Command: SIZE /home/jeffbart/public_html/index.htmtmp
Response: 550 Can't check for file existence

# OpenActiveDataStream(PORT, "STOR /home/jeffbart/public_html/index.htmtmp", 0)
Command: PORT 10,168,0,45,192,26
Response: 200 PORT command successful
Command: STOR /home/jeffbart/public_html/index.htmtmp
Response: 553 Can't open that file: No such file or directory
Status: Disposing FtpSocketStream...

# CloseDataStream()

2020-06-24 20:32:00.880FTP[Int]: Uploading web\today.htm to /home/jeffbart/public_html/today.htm

# OpenWrite("/home/jeffbart/public_html/today.htmtmp", Binary)

# GetFileSize("/home/jeffbart/public_html/today.htmtmp")
Command: SIZE /home/jeffbart/public_html/today.htmtmp
Response: 550 Can't check for file existence

# OpenActiveDataStream(PORT, "STOR /home/jeffbart/public_html/today.htmtmp", 0)
Command: PORT 10,168,0,45,192,27
Response: 200 PORT command successful
Command: STOR /home/jeffbart/public_html/today.htmtmp
Response: 553 Can't open that file: No such file or directory
Status: Disposing FtpSocketStream...

# CloseDataStream()

2020-06-24 20:32:00.915FTP[Int]: Uploading web\yesterday.htm to /home/jeffbart/public_html/yesterday.htm

# OpenWrite("/home/jeffbart/public_html/yesterday.htmtmp", Binary)

# GetFileSize("/home/jeffbart/public_html/yesterday.htmtmp")
Command: SIZE /home/jeffbart/public_html/yesterday.htmtmp
Response: 550 Can't check for file existence

# OpenActiveDataStream(PORT, "STOR /home/jeffbart/public_html/yesterday.htmtmp", 0)
Command: PORT 10,168,0,45,192,28
Response: 200 PORT command successful
Command: STOR /home/jeffbart/public_html/yesterday.htmtmp
Response: 553 Can't open that file: No such file or directory
Status: Disposing FtpSocketStream...

# CloseDataStream()

2020-06-24 20:32:00.950FTP[Int]: Uploading web\record.htm to /home/jeffbart/public_html/record.htm

# OpenWrite("/home/jeffbart/public_html/record.htmtmp", Binary)

# GetFileSize("/home/jeffbart/public_html/record.htmtmp")
Command: SIZE /home/jeffbart/public_html/record.htmtmp
Response: 550 Can't check for file existence

# OpenActiveDataStream(PORT, "STOR /home/jeffbart/public_html/record.htmtmp", 0)
Command: PORT 10,168,0,45,192,29
Response: 200 PORT command successful
Command: STOR /home/jeffbart/public_html/record.htmtmp
Response: 553 Can't open that file: No such file or directory
Status: Disposing FtpSocketStream...

# CloseDataStream()

2020-06-24 20:32:00.986FTP[Int]: Uploading web\trends.htm to /home/jeffbart/public_html/trends.htm

# OpenWrite("/home/jeffbart/public_html/trends.htmtmp", Binary)

# GetFileSize("/home/jeffbart/public_html/trends.htmtmp")
Command: SIZE /home/jeffbart/public_html/trends.htmtmp
Response: 550 Can't check for file existence

# OpenActiveDataStream(PORT, "STOR /home/jeffbart/public_html/trends.htmtmp", 0)
Command: PORT 10,168,0,45,192,30
Response: 200 PORT command successful
Command: STOR /home/jeffbart/public_html/trends.htmtmp
Response: 553 Can't open that file: No such file or directory
Status: Disposing FtpSocketStream...

# CloseDataStream()

2020-06-24 20:32:01.022FTP[Int]: Uploading web\gauges.htm to /home/jeffbart/public_html/gauges.htm

# OpenWrite("/home/jeffbart/public_html/gauges.htmtmp", Binary)

# GetFileSize("/home/jeffbart/public_html/gauges.htmtmp")
Command: SIZE /home/jeffbart/public_html/gauges.htmtmp
Response: 550 Can't check for file existence

# OpenActiveDataStream(PORT, "STOR /home/jeffbart/public_html/gauges.htmtmp", 0)
Command: PORT 10,168,0,45,192,31
Response: 200 PORT command successful
Command: STOR /home/jeffbart/public_html/gauges.htmtmp
Response: 553 Can't open that file: No such file or directory
Status: Disposing FtpSocketStream...

# CloseDataStream()

2020-06-24 20:32:01.057FTP[Int]: Uploading web\thismonth.htm to /home/jeffbart/public_html/thismonth.htm

# OpenWrite("/home/jeffbart/public_html/thismonth.htmtmp", Binary)

# GetFileSize("/home/jeffbart/public_html/thismonth.htmtmp")
Command: SIZE /home/jeffbart/public_html/thismonth.htmtmp
Response: 550 Can't check for file existence

# OpenActiveDataStream(PORT, "STOR /home/jeffbart/public_html/thismonth.htmtmp", 0)
Command: PORT 10,168,0,45,192,32
Response: 200 PORT command successful
Command: STOR /home/jeffbart/public_html/thismonth.htmtmp
Response: 553 Can't open that file: No such file or directory
Status: Disposing FtpSocketStream...

# CloseDataStream()

2020-06-24 20:32:01.092FTP[Int]: Uploading web\thisyear.htm to /home/jeffbart/public_html/thisyear.htm

# OpenWrite("/home/jeffbart/public_html/thisyear.htmtmp", Binary)

# GetFileSize("/home/jeffbart/public_html/thisyear.htmtmp")
Command: SIZE /home/jeffbart/public_html/thisyear.htmtmp
Response: 550 Can't check for file existence

# OpenActiveDataStream(PORT, "STOR /home/jeffbart/public_html/thisyear.htmtmp", 0)
Command: PORT 10,168,0,45,192,33
Response: 200 PORT command successful
Command: STOR /home/jeffbart/public_html/thisyear.htmtmp
Response: 553 Can't open that file: No such file or directory
Status: Disposing FtpSocketStream...

# CloseDataStream()

2020-06-24 20:32:01.129FTP[Int]: Uploading web\monthlyrecord.htm to /home/jeffbart/public_html/monthlyrecord.htm

# OpenWrite("/home/jeffbart/public_html/monthlyrecord.htmtmp", Binary)

# GetFileSize("/home/jeffbart/public_html/monthlyrecord.htmtmp")
Command: SIZE /home/jeffbart/public_html/monthlyrecord.htmtmp
Response: 550 Can't check for file existence

# OpenActiveDataStream(PORT, "STOR /home/jeffbart/public_html/monthlyrecord.htmtmp", 0)
Command: PORT 10,168,0,45,192,34
Response: 200 PORT command successful
Command: STOR /home/jeffbart/public_html/monthlyrecord.htmtmp
Response: 553 Can't open that file: No such file or directory
Status: Disposing FtpSocketStream...

# CloseDataStream()
2020-06-24 20:32:01.164 FTP[Int]: Uploading graph data files

2020-06-24 20:32:01.164FTP[Int]: Uploading web\graphconfig.json to /home/jeffbart/public_html/graphconfig.json

# OpenWrite("/home/jeffbart/public_html/graphconfig.jsontmp", Binary)

# GetFileSize("/home/jeffbart/public_html/graphconfig.jsontmp")
Command: SIZE /home/jeffbart/public_html/graphconfig.jsontmp
Response: 550 Can't check for file existence

# OpenActiveDataStream(PORT, "STOR /home/jeffbart/public_html/graphconfig.jsontmp", 0)
Command: PORT 10,168,0,45,192,35
Response: 200 PORT command successful
Command: STOR /home/jeffbart/public_html/graphconfig.jsontmp
Response: 553 Can't open that file: No such file or directory
Status: Disposing FtpSocketStream...

# CloseDataStream()

2020-06-24 20:32:01.200FTP[Int]: Uploading web\tempdata.json to /home/jeffbart/public_html/tempdata.json

# OpenWrite("/home/jeffbart/public_html/tempdata.jsontmp", Binary)

# GetFileSize("/home/jeffbart/public_html/tempdata.jsontmp")
Command: SIZE /home/jeffbart/public_html/tempdata.jsontmp
Response: 550 Can't check for file existence

# OpenActiveDataStream(PORT, "STOR /home/jeffbart/public_html/tempdata.jsontmp", 0)
Command: PORT 10,168,0,45,192,36
Response: 200 PORT command successful
Command: STOR /home/jeffbart/public_html/tempdata.jsontmp
Response: 553 Can't open that file: No such file or directory
Status: Disposing FtpSocketStream...

# CloseDataStream()

2020-06-24 20:32:01.236FTP[Int]: Uploading web\pressdata.json to /home/jeffbart/public_html/pressdata.json

# OpenWrite("/home/jeffbart/public_html/pressdata.jsontmp", Binary)

# GetFileSize("/home/jeffbart/public_html/pressdata.jsontmp")
Command: SIZE /home/jeffbart/public_html/pressdata.jsontmp
Response: 550 Can't check for file existence

# OpenActiveDataStream(PORT, "STOR /home/jeffbart/public_html/pressdata.jsontmp", 0)
Command: PORT 10,168,0,45,192,37
Response: 200 PORT command successful
Command: STOR /home/jeffbart/public_html/pressdata.jsontmp
Response: 553 Can't open that file: No such file or directory
Status: Disposing FtpSocketStream...

# CloseDataStream()

2020-06-24 20:32:01.270FTP[Int]: Uploading web\winddata.json to /home/jeffbart/public_html/winddata.json

# OpenWrite("/home/jeffbart/public_html/winddata.jsontmp", Binary)

# GetFileSize("/home/jeffbart/public_html/winddata.jsontmp")
Command: SIZE /home/jeffbart/public_html/winddata.jsontmp
Response: 550 Can't check for file existence

# OpenActiveDataStream(PORT, "STOR /home/jeffbart/public_html/winddata.jsontmp", 0)
Command: PORT 10,168,0,45,192,38
Response: 200 PORT command successful
Command: STOR /home/jeffbart/public_html/winddata.jsontmp
Response: 553 Can't open that file: No such file or directory
Status: Disposing FtpSocketStream...

# CloseDataStream()

2020-06-24 20:32:01.305FTP[Int]: Uploading web\wdirdata.json to /home/jeffbart/public_html/wdirdata.json

# OpenWrite("/home/jeffbart/public_html/wdirdata.jsontmp", Binary)

# GetFileSize("/home/jeffbart/public_html/wdirdata.jsontmp")
Command: SIZE /home/jeffbart/public_html/wdirdata.jsontmp
Response: 550 Can't check for file existence

# OpenActiveDataStream(PORT, "STOR /home/jeffbart/public_html/wdirdata.jsontmp", 0)
Command: PORT 10,168,0,45,192,39
Response: 200 PORT command successful
Command: STOR /home/jeffbart/public_html/wdirdata.jsontmp
Response: 553 Can't open that file: No such file or directory
Status: Disposing FtpSocketStream...

# CloseDataStream()

2020-06-24 20:32:01.341FTP[Int]: Uploading web\humdata.json to /home/jeffbart/public_html/humdata.json

# OpenWrite("/home/jeffbart/public_html/humdata.jsontmp", Binary)

# GetFileSize("/home/jeffbart/public_html/humdata.jsontmp")
Command: SIZE /home/jeffbart/public_html/humdata.jsontmp
Response: 550 Can't check for file existence

# OpenActiveDataStream(PORT, "STOR /home/jeffbart/public_html/humdata.jsontmp", 0)
Command: PORT 10,168,0,45,192,40
Response: 200 PORT command successful
Command: STOR /home/jeffbart/public_html/humdata.jsontmp
Response: 553 Can't open that file: No such file or directory
Status: Disposing FtpSocketStream...

# CloseDataStream()

2020-06-24 20:32:01.375FTP[Int]: Uploading web\raindata.json to /home/jeffbart/public_html/raindata.json

# OpenWrite("/home/jeffbart/public_html/raindata.jsontmp", Binary)

# GetFileSize("/home/jeffbart/public_html/raindata.jsontmp")
Command: SIZE /home/jeffbart/public_html/raindata.jsontmp
Response: 550 Can't check for file existence

# OpenActiveDataStream(PORT, "STOR /home/jeffbart/public_html/raindata.jsontmp", 0)
Command: PORT 10,168,0,45,192,41
Response: 200 PORT command successful
Command: STOR /home/jeffbart/public_html/raindata.jsontmp
Response: 553 Can't open that file: No such file or directory
Status: Disposing FtpSocketStream...

# CloseDataStream()

2020-06-24 20:32:01.411FTP[Int]: Uploading web\solardata.json to /home/jeffbart/public_html/solardata.json

# OpenWrite("/home/jeffbart/public_html/solardata.jsontmp", Binary)

# GetFileSize("/home/jeffbart/public_html/solardata.jsontmp")
Command: SIZE /home/jeffbart/public_html/solardata.jsontmp
Response: 550 Can't check for file existence

# OpenActiveDataStream(PORT, "STOR /home/jeffbart/public_html/solardata.jsontmp", 0)
Command: PORT 10,168,0,45,192,42
Response: 200 PORT command successful
Command: STOR /home/jeffbart/public_html/solardata.jsontmp
Response: 553 Can't open that file: No such file or directory
Status: Disposing FtpSocketStream...

# CloseDataStream()

2020-06-24 20:32:01.446FTP[Int]: Uploading web\dailyrain.json to /home/jeffbart/public_html/dailyrain.json

# OpenWrite("/home/jeffbart/public_html/dailyrain.jsontmp", Binary)

# GetFileSize("/home/jeffbart/public_html/dailyrain.jsontmp")
Command: SIZE /home/jeffbart/public_html/dailyrain.jsontmp
Response: 550 Can't check for file existence

# OpenActiveDataStream(PORT, "STOR /home/jeffbart/public_html/dailyrain.jsontmp", 0)
Command: PORT 10,168,0,45,192,43
Response: 200 PORT command successful
Command: STOR /home/jeffbart/public_html/dailyrain.jsontmp
Response: 553 Can't open that file: No such file or directory
Status: Disposing FtpSocketStream...

# CloseDataStream()

2020-06-24 20:32:01.693FTP[Int]: Uploading web\sunhours.json to /home/jeffbart/public_html/sunhours.json

# OpenWrite("/home/jeffbart/public_html/sunhours.jsontmp", Binary)

# GetFileSize("/home/jeffbart/public_html/sunhours.jsontmp")
Command: SIZE /home/jeffbart/public_html/sunhours.jsontmp
Response: 550 Can't check for file existence

# OpenActiveDataStream(PORT, "STOR /home/jeffbart/public_html/sunhours.jsontmp", 0)
Command: PORT 10,168,0,45,192,44
Response: 200 PORT command successful
Command: STOR /home/jeffbart/public_html/sunhours.jsontmp
Response: 553 Can't open that file: No such file or directory
Status: Disposing FtpSocketStream...

# CloseDataStream()

2020-06-24 20:32:01.728FTP[Int]: Uploading web\dailytemp.json to /home/jeffbart/public_html/dailytemp.json

# OpenWrite("/home/jeffbart/public_html/dailytemp.jsontmp", Binary)

# GetFileSize("/home/jeffbart/public_html/dailytemp.jsontmp")
Command: SIZE /home/jeffbart/public_html/dailytemp.jsontmp
Response: 550 Can't check for file existence

# OpenActiveDataStream(PORT, "STOR /home/jeffbart/public_html/dailytemp.jsontmp", 0)
Command: PORT 10,168,0,45,192,45
Response: 200 PORT command successful
Command: STOR /home/jeffbart/public_html/dailytemp.jsontmp
Response: 553 Can't open that file: No such file or directory
Status: Disposing FtpSocketStream...

# CloseDataStream()
Command: QUIT
Response: 221-Goodbye. You uploaded 0 and downloaded 0 kbytes.
Response: 221 Logout.
Status: Disposing FtpSocketStream...
2020-06-24 20:32:01.775 FTP[Int]: Disconnected from s9.cpcloud.com.au

# Dispose()
Status: Disposing FtpClient object...
Status: Disposing FtpSocketStream...

Re: FTP feed for web site

Posted: Wed 24 Jun 2020 11:45 am
by mcrossley
It cannot upload anything from what I can see, the path is most likely wrong...
/home/jeffbart/public_html/

If that still looks right, then I'd try it without the leading slash.
home/jeffbart/public_html/

Then...
public_html/

Re: FTP feed for web site

Posted: Wed 24 Jun 2020 11:48 am
by orion_jb2001
Hnmm that is what the ftp server is saying is the correct address and apparently they have tried a test ftp load into a folder and have sucessfully uploaded using those credentials.

Just thinking though, can I manually upload the data from the web file, into the ftp account and then see if it will update them??

Re: FTP feed for web site

Posted: Wed 24 Jun 2020 11:56 am
by orion_jb2001
same result after deleting the leading slash

Status: Connecting to 103.18.109.182:21
Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
Response: 220-You are user number 3 of 50 allowed.
Response: 220-Local time is now 21:52. Server port: 21.
Response: 220-This is a private system - No anonymous login
Response: 220-IPv6 connections are also welcome on this server.
Response: 220 You will be disconnected after 15 minutes of inactivity.
Status: Detected FTP server: PureFTPd
Command: USER cumulus@jeffbartlett.org
Response: 331 User cumulus@jeffbartlett.org OK. Password required
Command: PASS ***
Response: 230 OK. Current restricted directory is /
Command: FEAT
Response: 211-Extensions supported:
Response: EPRT
Response: IDLE
Response: MDTM
Response: SIZE
Response: MFMT
Response: REST STREAM
Response: MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*;
Response: MLSD
Response: AUTH TLS
Response: PBSZ
Response: PROT
Response: UTF8
Response: TVFS
Response: ESTA
Response: PASV
Response: EPSV
Response: SPSV
Response: ESTP
Response: 211 End.
Status: Text encoding: System.Text.UTF8Encoding
Command: OPTS UTF8 ON
Response: 200 OK, UTF-8 enabled
Command: SYST
Response: 215 UNIX Type: L8
2020-06-24 21:52:00.254 FTP[Int]: Uploading Extra files
2020-06-24 21:52:00.254 FTP[Int]: Uploading standard files

2020-06-24 21:52:00.254FTP[Int]: Uploading web\index.htm to home/jeffbart/public_html/index.htm

# OpenWrite("home/jeffbart/public_html/index.htmtmp", Binary)
Command: TYPE I
Response: 200 TYPE is now 8-bit binary

# GetFileSize("home/jeffbart/public_html/index.htmtmp")
Command: SIZE home/jeffbart/public_html/index.htmtmp
Response: 550 Can't check for file existence

# OpenActiveDataStream(PORT, "STOR home/jeffbart/public_html/index.htmtmp", 0)
Command: PORT 10,168,0,45,214,228
Response: 200 PORT command successful
Command: STOR home/jeffbart/public_html/index.htmtmp
Response: 553 Can't open that file: No such file or directory
Status: Disposing FtpSocketStream...

# CloseDataStream()

2020-06-24 21:52:00.303FTP[Int]: Uploading web\today.htm to home/jeffbart/public_html/today.htm

# OpenWrite("home/jeffbart/public_html/today.htmtmp", Binary)

# GetFileSize("home/jeffbart/public_html/today.htmtmp")
Command: SIZE home/jeffbart/public_html/today.htmtmp
Response: 550 Can't check for file existence

# OpenActiveDataStream(PORT, "STOR home/jeffbart/public_html/today.htmtmp", 0)
Command: PORT 10,168,0,45,214,229
Response: 200 PORT command successful
Command: STOR home/jeffbart/public_html/today.htmtmp
Response: 553 Can't open that file: No such file or directory
Status: Disposing FtpSocketStream...

# CloseDataStream()

2020-06-24 21:52:00.339FTP[Int]: Uploading web\yesterday.htm to home/jeffbart/public_html/yesterday.htm

# OpenWrite("home/jeffbart/public_html/yesterday.htmtmp", Binary)

# GetFileSize("home/jeffbart/public_html/yesterday.htmtmp")
Command: SIZE home/jeffbart/public_html/yesterday.htmtmp
Response: 550 Can't check for file existence

# OpenActiveDataStream(PORT, "STOR home/jeffbart/public_html/yesterday.htmtmp", 0)
Command: PORT 10,168,0,45,214,230
Response: 200 PORT command successful
Command: STOR home/jeffbart/public_html/yesterday.htmtmp
Response: 553 Can't open that file: No such file or directory
Status: Disposing FtpSocketStream...

# CloseDataStream()

2020-06-24 21:52:00.376FTP[Int]: Uploading web\record.htm to home/jeffbart/public_html/record.htm

# OpenWrite("home/jeffbart/public_html/record.htmtmp", Binary)

# GetFileSize("home/jeffbart/public_html/record.htmtmp")
Command: SIZE home/jeffbart/public_html/record.htmtmp
Response: 550 Can't check for file existence

# OpenActiveDataStream(PORT, "STOR home/jeffbart/public_html/record.htmtmp", 0)
Command: PORT 10,168,0,45,214,231
Response: 200 PORT command successful
Command: STOR home/jeffbart/public_html/record.htmtmp
Response: 553 Can't open that file: No such file or directory
Status: Disposing FtpSocketStream...

# CloseDataStream()

Re: FTP feed for web site

Posted: Wed 24 Jun 2020 11:58 am
by orion_jb2001
Of course now they are saying it is a cumulus problem as they have tried my credentials on a test site and sucessfully viewed the their uploaded test data on line www

Re: FTP feed for web site

Posted: Wed 24 Jun 2020 12:06 pm
by mcrossley
Did you try my second suggestion?

The easy way to check is to log in using an FTP client and see which folder it puts you in by default. You then work out the required path from there.

Re: FTP feed for web site

Posted: Wed 24 Jun 2020 12:13 pm
by orion_jb2001
yep sorry even worse, wouldn't connect

Re: FTP feed for web site

Posted: Wed 24 Jun 2020 12:19 pm
by orion_jb2001
mcrossley wrote: Wed 24 Jun 2020 12:06 pm Did you try my second suggestion?

The easy way to check is to log in using an FTP client and see which folder it puts you in by default. You then work out the required path from there.
Sorry not famliar on how to do that. When you say ftp client, to mean something like filezilla?? And what about manually uploading the files from the web folder, but I note, some of those files have the T in them, is that still an issue?

Re: FTP feed for web site

Posted: Wed 24 Jun 2020 12:38 pm
by orion_jb2001
Hmm bit the bullet and uploaded the web files, got rid of the files with the T in them. Web site works displaying as it should but doesnt appear to be updating...??