LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Monitor browser's file transactions? (https://www.linuxquestions.org/questions/linux-software-2/monitor-browsers-file-transactions-292845/)

compjinx 02-21-2005 01:10 AM

Monitor browser's file transactions?
 
Hi. I am looking for some way to monitor the files that my browser (FireFox) is grabbing. I specifically want to get the URLs to some video files that a flash web-site is loading. If I could just monitor network traffic on a high enough level to see those URLs I would be set.

How do I do this?

Thanks.

~CompJinx

linuxxed 02-21-2005 02:43 AM

Re: Monitor browser's file transactions?
 
Quote:

Originally posted by compjinx
Hi. I am looking for some way to monitor the files that my browser (FireFox) is grabbing. I specifically want to get the URLs to some video files that a flash web-site is loading. If I could just monitor network traffic on a high enough level to see those URLs I would be set.

How do I do this?

Thanks.

~CompJinx

When you download a file, the download manager keeps a history until you clean it. This info should be stored in $HOME/.firefox or $HOME/.phoenix directory ..

ANother way is to use internet via a squid proxy and log all the URL requests on Squid. All the URLS can be found in /var/log/squid directory.

compjinx 02-21-2005 05:47 PM

Hey, thanks!

The files aren't downloaded manually, so the download manager won't work, but I think Squid will be just the ticket.

Thanks!


All times are GMT -5. The time now is 07:46 AM.