HomeSort by relevance Sort by last modified time
    Searched refs:sftp_conn (Results 1 - 4 of 4) sorted by null

  /external/openssh/
sftp-client.h 52 * a pointer to a initialized sftp_conn struct on success.
54 struct sftp_conn *do_init(int, int, u_int, u_int, u_int64_t);
56 u_int sftp_proto_version(struct sftp_conn *);
59 int do_close(struct sftp_conn *, const u_char *, u_int);
62 int do_readdir(struct sftp_conn *, const char *, SFTP_DIRENT ***);
68 int do_rm(struct sftp_conn *, const char *);
71 int do_mkdir(struct sftp_conn *, const char *, Attrib *, int);
74 int do_rmdir(struct sftp_conn *, const char *);
77 Attrib *do_stat(struct sftp_conn *, const char *, int);
80 Attrib *do_lstat(struct sftp_conn *, const char *, int)
    [all...]
sftp-glob.c 35 int remote_glob(struct sftp_conn *, const char *, int,
44 struct sftp_conn *conn;
137 remote_glob(struct sftp_conn *conn, const char *pattern, int flags,
sftp-client.c 70 struct sftp_conn { struct
88 get_handle(struct sftp_conn *conn, u_int expected_id, size_t *len,
102 send_msg(struct sftp_conn *conn, struct sshbuf *m)
126 get_msg(struct sftp_conn *conn, struct sshbuf *m)
160 send_string_request(struct sftp_conn *conn, u_int id, u_int code, const char *s,
178 send_string_attrs_request(struct sftp_conn *conn, u_int id, u_int code,
197 get_status(struct sftp_conn *conn, u_int expected_id)
227 get_handle(struct sftp_conn *conn, u_int expected_id, size_t *len,
272 get_decode_stat(struct sftp_conn *conn, u_int expected_id, int quiet)
317 get_decode_statvfs(struct sftp_conn *conn, struct sftp_statvfs *st
    [all...]
sftp.c 111 struct sftp_conn *conn;
115 int remote_glob(struct sftp_conn *, const char *, int,
218 int interactive_loop(struct sftp_conn *, char *file1, char *file2);
566 remote_is_dir(struct sftp_conn *conn, char *path)
588 process_get(struct sftp_conn *conn, char *src, char *dst, char *pwd,
672 process_put(struct sftp_conn *conn, char *src, char *dst, char *pwd,
782 do_ls_dir(struct sftp_conn *conn, char *path, char *strip_path, int lflag)
867 do_globbed_ls(struct sftp_conn *conn, char *path, char *strip_path,
952 do_df(struct sftp_conn *conn, char *path, int hflag, int iflag)
    [all...]

Completed in 141 milliseconds