Dave_L
09-Nov-2010, 07:29 AM
[BC 3.2.1 on Ubuntu 10.04]
Does the FTP feature of BeyondCompare support sshfs (http://en.wikipedia.org/wiki/SSHFS)?
I've been establishing an sshfs mount outside of BC, using a shell command:
$ sshfs user@192.168.0.100:/home/user2 /tmp/xyz
and then using /tmp/xyz as one of the paths in a folder comparison session in BC.
I had been using password authentication, but switched to DSA public/private key pairs.
That works.
But I was wondering if I could accomplish the same thing with BC's FTP feature, without having to use the external command?
Does the FTP feature of BeyondCompare support sshfs (http://en.wikipedia.org/wiki/SSHFS)?
I've been establishing an sshfs mount outside of BC, using a shell command:
$ sshfs user@192.168.0.100:/home/user2 /tmp/xyz
and then using /tmp/xyz as one of the paths in a folder comparison session in BC.
I had been using password authentication, but switched to DSA public/private key pairs.
That works.
But I was wondering if I could accomplish the same thing with BC's FTP feature, without having to use the external command?