Skip to content
Commit 629c5cc2 authored by Ross Lagerwall's avatar Ross Lagerwall
Browse files

sftp: Allow seeking when opening for append

Although it has no effect, allow seeking when opening a file for append
to allow programs to write to files opened for append through the fuse
backend without failing with ENOTSUPP.
This is similar to POSIX behavior which allows seeking on a file opened
with O_APPEND.

https://bugzilla.gnome.org/show_bug.cgi?id=608910
parent e1fb4516
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment