sshfs copy broken when sshfs is mounted on default mountpoint.
This is either with cut/paste or dnd. Default mount point has \ charaters in it and these might be the problem. This is the lpterm area output:
cp -f --recursive -b -d --no-dereference -p /boot/grub/menu.lst /tmp/edscott/mnt/scorpiohomeedscott/geminis
cp: fallo al conservar el propietario de «/tmp/edscott/mnt/scorpio\\home\\edscott/geminis/menu.lst»: Permiso denegado
original file is owned by root. So the -p is broken in this case. Maybe you should deactivate the -p when file is not owned by user?
This done in rodent does not work:
cp menu.lst /tmp/edscott/mnt/scorpio\\home\\edscott/geminis/
cp: accediendo a «/tmp/edscott/mnt/scorpio\\home\\edscott/geminis/»: Permiso denegado
but in a terminal:
cp menu.lst /tmp/edscott/mnt/scorpio\\home\\edscott/
this works fine.
Default mount point no longer has any \ characters in it. Bug verified fixed in build 6279.