Topic: SSH and Thunar
If you use Thunar , you know you can't connect to a ssh directory .
I find a solution on
Install sshfs :
sudo apt-get install sshfs Use :
Mount
sshfs name@server:/path/to/folder /path/to/mount/pointAnd go to the mount point with thunar for copy/delete/past files on your other PC .
Umount :
fusermount -u /path/to/mount/pointSource : http://fuse.sourceforge.net/sshfs.html
[Sorry for the english , i'm french]