Re: Perl script to read IIS ftp log file

2006-03-13 Thread JupiterHost.Net
Sonika Sachdeva wrote: Hi, Thanx for the response. Is it possible to read a file only for the new lines added as compared to what was read last time. for example i donot wish to parse the file from beginning but only from where i left at the previous perlrun. Yes that is what those modules

Re: Perl script to read IIS ftp log file

2006-03-13 Thread Sonika Sachdeva
Hi, Thanx for the response. Is it possible to read a file only for the new lines added as compared to what was read last time. for example i donot wish to parse the file from beginning but only from where i left at the previous perlrun. On 3/13/06, JupiterHost.Net <[EMAIL PROTECTED]> wrote: > > >

Re: Perl script to read IIS ftp log file

2006-03-13 Thread JupiterHost.Net
Sonika Sachdeva wrote: Hi, How to read every new file transfer made from the IIS ftp log file. This will be continous file reading process to know the status of every successful file transfer to the server. File::Tail File::Tail::App -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additio

RE: Perl script to read IIS ftp log file

2006-03-13 Thread Timothy Johnson
Do a search for the Perl Power Tools project. They have an all-Perl implementation of tail that should be right up your alley. -Original Message- From: Sonika Sachdeva [mailto:[EMAIL PROTECTED] Sent: Monday, March 13, 2006 1:27 PM To: beginners@perl.org Subject: Perl script to read

Re: Perl script to read IIS ftp log file

2006-03-13 Thread Omega -1911
It would be lovely if you provided some code to work with. The general theme on the list is "No Code, No Help" On 3/13/06, Sonika Sachdeva <[EMAIL PROTECTED]> wrote: > > Hi, > > How to read every new file transfer made from the IIS ftp log file. > This will be continous file reading process to kno

Perl script to read IIS ftp log file

2006-03-13 Thread Sonika Sachdeva
Hi, How to read every new file transfer made from the IIS ftp log file. This will be continous file reading process to know the status of every successful file transfer to the server. Thanx,