Home | History | Annotate | Download | only in lib

Lines Matching refs:sftp

32 #include <libssh/sftp.h>
62 SSH_SFTP_QUOTE_INIT, /* First state in SFTP-DO */
63 SSH_SFTP_POSTQUOTE_INIT, /* (Possibly) First state in SFTP-DONE */
87 SSH_SFTP_DOWNLOAD_STAT, /* Last state in SFTP-DO */
88 SSH_SFTP_CLOSE, /* Last state in SFTP-DONE */
89 SSH_SFTP_SHUTDOWN, /* First state in SFTP-DISCONNECT */
100 SSH_SESSION_FREE, /* Last state in SCP/SFTP-DISCONNECT */
132 char *homedir; /* when doing SFTP we figure out home dir in the
160 sftp_attributes readdir_attrs; /* used by the SFTP readdir actions */
161 sftp_attributes readdir_link_attrs; /* used by the SFTP readdir actions */
177 LIBSSH2_SFTP *sftp_session; /* SFTP handle */
207 # error "SCP/SFTP protocols require libssh2 0.16 or later"