OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sftp_session
(Results
1 - 3
of
3
) sorted by null
/external/curl/lib/
ssh.h
154
sftp_session
sftp_session
;
member in struct:ssh_conn
177
LIBSSH2_SFTP *
sftp_session
; /* SFTP handle */
member in struct:ssh_conn
ssh-libssh.c
427
sshc->actualcode = sftp_error_to_CURLE(sftp_get_error(sshc->
sftp_session
)); \
796
sshc->
sftp_session
= sftp_new(sshc->ssh_session);
797
if(!sshc->
sftp_session
) {
804
rc = sftp_init(sshc->
sftp_session
);
806
rc = sftp_get_error(sshc->
sftp_session
);
818
sshc->homedir = sftp_canonicalize_path(sshc->
sftp_session
, ".");
892
rc = sftp_setstat(sshc->
sftp_session
, sshc->quote_path2,
911
rc = sftp_symlink(sshc->
sftp_session
, sshc->quote_path2,
927
rc = sftp_mkdir(sshc->
sftp_session
, sshc->quote_path1,
942
rc = sftp_rename(sshc->
sftp_session
, sshc->quote_path1
[
all
...]
ssh.c
[
all
...]
Completed in 73 milliseconds