Greetings.
I have been tasked with writing something that will carry out the following scheduled or manual task:
Problem domain.
Poll 120 networked PCs daily by IP address.
Navigate to a folder in C drive.
Harvest a daily HTML report which is generated by McAffee virus scan.
Place each report in full a daily report OR insert the report in a back end database table where it can be accessed by other applications.
I had hoped that a simple Java application might do the job but would appreciate some guidance from anyone more experienced than I.
Here are my ideas.
Use JDBC to access a database containing all appropriate IP addresses.
Place the addresses in a java container.
Iterate over them and carry out connectivity.
Now the difficult bit. Navigate to the folder on each machine and get the HTML file, parse it and insert the code into an accessible location.
Easy if its an XML file. Not so easy if its HTML.
Any ideas will be rewarded with mighty gratitude !!
I have been tasked with writing something that will carry out the following scheduled or manual task:
Problem domain.
Poll 120 networked PCs daily by IP address.
Navigate to a folder in C drive.
Harvest a daily HTML report which is generated by McAffee virus scan.
Place each report in full a daily report OR insert the report in a back end database table where it can be accessed by other applications.
I had hoped that a simple Java application might do the job but would appreciate some guidance from anyone more experienced than I.
Here are my ideas.
Use JDBC to access a database containing all appropriate IP addresses.
Place the addresses in a java container.
Iterate over them and carry out connectivity.
Now the difficult bit. Navigate to the folder on each machine and get the HTML file, parse it and insert the code into an accessible location.
Easy if its an XML file. Not so easy if its HTML.
Any ideas will be rewarded with mighty gratitude !!