Page 1 of 1

Cache Directory

Posted: 2021-06-20 06:37
by ElGringo56
Hello I m using the last version of FileZilla and I need to empty the cache directory of Edge/Internet Explorer in order my website gets updtated. I tried to solve this issue to uncheck cache directory box but I did not found it out. Could u pls help me? Thanks a lot

Re: Cache Directory

Posted: 2021-06-20 18:34
by boco
The cache in FileZilla cannot be disabled, the whole application relies on a working directory cache.

However, the cache feature in FileZilla has got nothing to do with the one in your browser. The reason your browser caches the page is because your HTML code tells it to do so (or does not tell anything so defaults are used).

In order to disable caching for your pages in browsers, you need to instruct them to not cache via your HTML headers.

Something to read (intentionally not a link as the site contains tracking mechanisms:

Code: Select all

https://stackoverflow.com/questions/49547/how-do-we-control-web-page-caching-across-all-browsers