3
Reply

Connecting to a server to read a log file.

Shawn

Shawn

Aug 9 2007 6:43 AM
2.3k

Hi,
I am new to programming and very new to C#. I appreciate all the help that I could get. Thanks much,


Console Application--
--1) I have a UserName and Password and IP Address of a Server which is on the same network as mine.
--2) I want to access that Server.
--3) I want to open and search a log file located in C:\Develop\ (on that Server) for lines which contain "Copy not sent" and if this string is found, I want to copy the whole line. The log files are created every day as mmddyy.txt. I want to check for the latest file.


Answers (3)