public static interface SshLibrary.ssh_scp_request_types
| Modifier and Type | Field and Description |
|---|---|
static int |
SSH_SCP_REQUEST_ENDDIR
End of directory
End of directory native declaration : /usr/include/libssh/libssh.h:256 |
static int |
SSH_SCP_REQUEST_EOF
End of requests
End of requests native declaration : /usr/include/libssh/libssh.h:254 |
static int |
SSH_SCP_REQUEST_NEWDIR
A new directory is going to be pulled
A new directory is going to be pulled native declaration : /usr/include/libssh/libssh.h:250 |
static int |
SSH_SCP_REQUEST_NEWFILE
A new file is going to be pulled
A new file is going to be pulled native declaration : /usr/include/libssh/libssh.h:252 |
static int |
SSH_SCP_REQUEST_WARNING
Warning received
Warning received native declaration : /usr/include/libssh/libssh.h:258 |
static final int SSH_SCP_REQUEST_NEWDIR
static final int SSH_SCP_REQUEST_NEWFILE
static final int SSH_SCP_REQUEST_EOF
static final int SSH_SCP_REQUEST_ENDDIR
static final int SSH_SCP_REQUEST_WARNING
Copyright © 2018. All rights reserved.