Changes between Initial Version and Version 1 of Ticket #1049
- Timestamp:
- 2010-05-19T03:10:44Z (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1049
- Property Keywords sftp gvfs fuse added
-
Ticket #1049 – Description
initial v1 1 There is a bug in gvfs fuse that causes some file operations to fail.1 When using the SFTP frontend via gvfs FUSE, there is a bug that causes some file operations to fail. Since this also happens with other SFTP implementations, and with very simple commands (see below), the bug is likely to be in gvfs FUSE -- although that doesn't necessarily mean that we can't work around it. 2 2 3 Some applications appear to work, like vi and gedit, but some file, like OpenOffice.3 Some applications appear to work, like vi and gedit, but some do not, like OpenOffice. 4 4 5 5 You can see that this bug is present by creating a simple text file: file1, then: … … 11 11 }}} 12 12 13 {{{file1}}} is zero-length after the second {{{cat}}}. 14 13 15 This bug is present when I use gvfs to connect to an openssh-server also.