Comment 42 for bug 658069

Revision history for this message
franco_bez (franco-bez) wrote :

smb seems to be OK with the packages from ubuntu-proposed.

But ftp still has some problems.
Although geany and scite seem to work OK now I got issues withquite basic commands.

Testcase:

- connect a ftp share with nautilus.
- start a terminal and cd to the .gvfs/<my_ftp_share> directory
- then try the following

franco@TM6292:~/.gvfs/FTP als franco auf 192.168.0.13/franco/test$ ls
franco@TM6292:~/.gvfs/FTP als franco auf 192.168.0.13/franco/test$ for i in 01 02 03 04 05 06 07 08 09 10 ; do echo "$i Test line of text" >> sample.txt ; done
bash: echo: write error: Operation not supported
bash: echo: write error: Operation not supported
bash: echo: write error: Operation not supported
bash: echo: write error: Operation not supported
bash: echo: write error: Operation not supported
bash: echo: write error: Operation not supported
bash: echo: write error: Operation not supported
bash: echo: write error: Operation not supported
bash: echo: write error: Operation not supported
franco@TM6292:~/.gvfs/FTP als franco auf 192.168.0.13/franco/test$ cat sample.txt
01 Test line of text

On smb shares the above testcase work as intended. I have had no occasion to test WebDAV and ssh.