Archive Index
This month's Index
|
Subject: [libssh2] An SCP API problem
[libssh2] An SCP API problem
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 1 Feb 2007 22:44:17 +0100 (CET)
Hey friends,
I committed example/simple/scp.c a few days ago. It seems it doesn't work to
Use it like this:
./scp [user] [password] [path]
(and it'll connect to 127.0.0.1 and copy that path to stderr)
An easy way to build the example without touching any code or Makefile, is to
-------------------------------------------------------------------------
|