shadom / win-sshfs

Automatically exported from code.google.com/p/win-sshfs
0 stars 0 forks source link

Unable to delete a file after edition #83

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I'm unable to delete a file havter having modified it, windows refuses to do so 
pretending that the file is always open in another program.

What steps will reproduce the problem?
1. Open a file from the server in a text editor, by double-clicking it in 
explorer or by using File>Open in your editor. In my case it was a php script.
2. Edit and save it with your text editor; updates are uploaded
3. Close your text editor
4. Select the file in the explorer and press DEL to delete it
5. Confirm your wish to effectively delete the file by saying Yes to the dialog 
box

What is the expected output? What do you see instead?
Expected: either the file should be sent to trash or permanently deleted, but 
in any case it must disappear from the file list

Actually seen: windows refuses to delete the file and pretend that it is 
currently open in another program. The dialog box give two choices: retry or 
cancel, but even by retrying 5+ times, nothing changes and the dialog keep 
appearing; you must cancel to close the dialog box and the file is finally of 
course still tehre.

What version of the product are you using?
win-sshfs: 0.0.1.5
Client OS: windows 7 32 bits
Server OS: debian squeeze
Ssh server: no idea

Original issue reported on code.google.com by webmas...@quentinc.net on 16 Sep 2013 at 9:35