curlftpfs on Jaunty does not work with 'tee -a'

Bug #367091 reported by Steven Shiau
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
curlftpfs (Ubuntu)
New
Undecided
Unassigned

Bug Description

Binary package hint: curlftpfs

1. curlftpfs version:
curlftpfs --version
curlftpfs 0.9.2 libcurl/7.18.2 fuse/2.7

2. How to reproduce:
a. Mount the ftp server by:
    curlftpfs -o direct_io,kernel_cache,nonempty,user=steven ftp://192.168.120.254 /mnt
b. The mounting status:
    root@jaunty:~# mount | grep mnt
curlftpfs#ftp://192.168.120.254/ on /mnt type fuse (rw,nosuid,nodev)

c. When run this, it's working:
    root@jaunty:~# echo "text" | tee /mnt/test.txt
text

d. But if I run "tee -a", it fails:
root@jaunty:~# echo "text" | tee -a /mnt/test2.txt
tee: /mnt/test2.txt: Operation not supported
text
root@jaunty:~# ls -alFh /mnt/test2.txt
ls: cannot access /mnt/test2.txt: No such file or directory

An updated libcurl (7.19.4) does not fix the problem.

Any idea ?

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.