Hi all. Some preliminary info about my problem:
We have an XP Pro machine running at our office that has some specialist server software running on it. The software is running a remote telemetry system and it's based around the Tomcat web server. The default web port at the IP address for this system defaults to a page served from a telemetry gateway ( a piece of hardware that controls the telemetry system).
The software is producing data that is being generated to a csv file on the XP machine. I can't edit any of the files in the telemetry software so trying to make the files available using some part of the Tomcat server isn't an option.
All I need to do is make the csv files available to internet access (either http or ftp). Would setting up an ftp server and accessing them that way be feasible? I'm planning on getting access via a PHP script (using fopen or ftp curl).
I'm a web developer by trade and have hardly any experience with this type of thing, so any advice or pointers would be great.
TIA
Chris
We have an XP Pro machine running at our office that has some specialist server software running on it. The software is running a remote telemetry system and it's based around the Tomcat web server. The default web port at the IP address for this system defaults to a page served from a telemetry gateway ( a piece of hardware that controls the telemetry system).
The software is producing data that is being generated to a csv file on the XP machine. I can't edit any of the files in the telemetry software so trying to make the files available using some part of the Tomcat server isn't an option.
All I need to do is make the csv files available to internet access (either http or ftp). Would setting up an ftp server and accessing them that way be feasible? I'm planning on getting access via a PHP script (using fopen or ftp curl).
I'm a web developer by trade and have hardly any experience with this type of thing, so any advice or pointers would be great.
TIA
Chris