> -----Original Message----- > From: Octavian Rasnita [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 23, 2002 6:03 AM > To: [EMAIL PROTECTED] > Subject: Checking if a file is downloading > > > Hi all, > > I want to check if a certain file is downloading in this > moment by a page > visitor. > Is it possible with Perl? > > I want to tell me true if the file is in the downloading > process, and false > if the download has finished. > > Thank you. > I hope it is possible.
If you are using Apache, you can use "apachectl fullstatus" and parse that output to see what requests are being served. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]