reading a file

  • Thread starter Thread starter LIN
  • Start date Start date
L

LIN

I am reading a log file which is being used by the Server every second to
log data. I am writing a windows service to read this file.

So far, i have been doing this:

Copying the file to a tmp.txt file in the same directory and processing the
file. Later, I realised that when i try to process a file residing on a
linux machine ... linux wouldn't allow me to do that.

So I thought I should open the file in a read me mode and process the
data...

are there any other possible approach to this problem?

Please Advice. Thanks in advance.

LIN
 
* "LIN said:
I am reading a log file which is being used by the Server every second to
log data. I am writing a windows service to read this file.

So far, i have been doing this:

Copying the file to a tmp.txt file in the same directory and processing the
file. Later, I realised that when i try to process a file residing on a
linux machine ... linux wouldn't allow me to do that.

So I thought I should open the file in a read me mode and process the
data...

How do you access the Lin*x machine?
 
* "LIN said:
given the fact that Linux Machine is available on the network .. ?

I am still not sure... What do you mean by "Linux won't allow that"?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top