Opened at 2010-05-19T02:57:10Z
Last modified at 2014-12-02T19:42:39Z
#1049 new defect
gvfs-fuse doesn't work (completely) with the sftp interface — at Version 1
Reported by: | bj0 | Owned by: | nobody |
---|---|---|---|
Priority: | major | Milestone: | soon |
Component: | code-frontend-ftp-sftp | Version: | 1.6.1 |
Keywords: | sftp gvfs fuse docs | Cc: | |
Launchpad Bug: |
Description (last modified by davidsarah)
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.
Some applications appear to work, like vi and gedit, but some do not, like OpenOffice?.
You can see that this bug is present by creating a simple text file: file1, then:
> cat file1 > file2 > cat file2 >> file1 cat: write error: Operation not supported
file1 is zero-length after the second cat.
This bug is present when I use gvfs to connect to an openssh-server also.
Change History (1)
comment:1 Changed at 2010-05-19T03:10:44Z by davidsarah
- Description modified (diff)
- Keywords sftp gvfs fuse added