mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-07 18:50:27 +09:00
Initial scp implementation in source tree
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user