Public bug reported:

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:
    r...@jaunty:~# mount | grep mnt
curlftpfs#ftp://192.168.120.254/ on /mnt type fuse (rw,nosuid,nodev)


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

d. But if I run "tee -a", it fails:
r...@jaunty:~# echo "text" | tee -a /mnt/test2.txt
tee: /mnt/test2.txt: Operation not supported
text
r...@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 ?

** Affects: curlftpfs (Ubuntu)
     Importance: Undecided
         Status: New

-- 
curlftpfs on Jaunty does not work with 'tee -a'
https://bugs.launchpad.net/bugs/367091
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to