michaelogrant / macfusion

Automatically exported from code.google.com/p/macfusion
Other
1 stars 1 forks source link

Persistent Caching - Mac fusion sees only cached files despite updates. #271

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create an html file called "hello.html" containing the content "123" on
the ssh server.
2. From a macfusion mount, browse to and open this file in the browser.
3. From the server, change the contents of the html file from "123" to
"456" and save it.
4. Copy the file from the SSH mount, to the desk top.
5. Open the file in the browser or using a text editor.

What is the expected output? What do you see instead?
One would expect the new contents of the file to be displayed in the
browser as "456", to eliminate caching from the browser, one may also
verify this by opening it in a text editor and see that the text of the
file remains unchanged though it is freshly copied.

What version of the product are you using? On what operating system?
Mac OSX.4
Macfusion Beta 3, 1.1.268

Please provide any additional information below.

 This is probably caching from FUSE and enabling the -o option that turns
off caching would be a great option to include in the preferences to
disable this behavior.

Original issue reported on code.google.com by thorloki...@gmail.com on 16 Jan 2008 at 3:03