Christoph Boget wrote:
You're not going to get anything to connect over SFTP, because it is a
file transfer protocol layered on top of SSH. SSH is a generic protocol
that can create a secure tunnel between two untrusted computers, and any
kind of data can ride on this protocol. The same is not true of SFTP.
Again, you can get absolutely ANY client to connect over an SSH tunnel.
You create the tunnel with your SSH client, then use the tunnel to
carry your traffic. So you don't need to use an unfamiliar or non-free
program to do this. (Any program that offers a connect-over-SSH option
is very likely just creating the tunnel for you).
How do you go about creating the tunnel?
There are lots of good tutorials online:
http://www.google.com/search?q=create+ssh+tunnel
Baron
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]