LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Does firefox have a cache of downloaded files? (https://www.linuxquestions.org/questions/linux-newbie-8/does-firefox-have-a-cache-of-downloaded-files-653908/)

drudge 07-06-2008 12:02 PM

Does firefox have a cache of downloaded files?
 
Hello, I have just tried to download a distro iso image, BUT instead of
saving it, I must have selected to open it, which when the download was
finished (a long time) I was informed the file couldn't be opened.

My (current) distro is 64studio using a KDE desktop.

I used firefox (iceweasle) to download, I'm wondering if there is a cached
copy hidden somewhere. I've looked through the hidden folders in my home
directory but can't find anything.

Is it possible to locate a file by size (over 500mb)?

Thanks

simonapnic 07-06-2008 12:47 PM

Usually, Iceweasel/Firefox stores some data in /tmp.
As for searching files of certain sizes, you can use the find utility.
In your case, that would be: find / -size 500M
You can get more info about this by doing a 'man find' in your console.
Also, do you have enough disk space in /tmp and on the partition you used ?

antegallya 07-06-2008 12:51 PM

Hi,
The files downloaded by firefox/iceweasel are in your profile's Cache (~/.mozilla/firefox/<Profile>/Cache), but if you've restarted your browser since you've downloaded your big file, there's a big chance that it was purged because the usual Cache size is 50MB (i think).

drudge 07-06-2008 03:00 PM

Thanks for the repies, I found (~/.mozilla/firefox/<Profile>/Cache) and
it does seem to stay below 50Mb, and /tmp didn't have anything for me.

Looks like it's long gone, thanks anyway.


All times are GMT -5. The time now is 05:53 PM.