On Fri, 12 Mar 2010, double wrote:

Is there an easy way to transfer a file from server "B" to server "C", if libssh2 runs on server "A"? To login on server "B" and put a file to server "C" via sftp?

Well, you can send a command from A to server B: "scp file rem...@c:file" but other than so, SSH has no particular provisions for third party transfers the way you describe.

--

 / daniel.haxx.se
_______________________________________________
libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel

Reply via email to