Initial scp implementation in source tree

This commit is contained in:
Aris Adamantiadis
2009-08-09 02:01:54 +02:00
parent b993579079
commit e4da8b99fe
6 changed files with 124 additions and 0 deletions

View File

@@ -342,6 +342,13 @@ struct ssh_keys_struct {
const char *publickey;
};
struct ssh_scp_struct {
ssh_session session;
int mode;
ssh_channel channel;
char *location;
};
struct ssh_message;
struct ssh_session_struct {