Liking cljdoc? Tell your friends :D

clj-libssh2.libssh2.scp

Transfer files using SCP

Transfer files using SCP
raw docstring

recvcljdeprecated

(recv session path sb)

LIBSSH2_CHANNEL *libssh2_scp_recv(LIBSSH2_SESSION *session, const char *path, struct stat *sb);

LIBSSH2_CHANNEL *libssh2_scp_recv(LIBSSH2_SESSION *session,
                                  const char *path,
                                  struct stat *sb);
sourceraw docstring

recv2clj

(recv2 session path sb)

LIBSSH2_CHANNEL *libssh2_scp_recv(LIBSSH2_SESSION *session, const char *path, libssh2_struct_stat *sb);

LIBSSH2_CHANNEL *libssh2_scp_recv(LIBSSH2_SESSION *session,
                                  const char *path,
                                  libssh2_struct_stat *sb);
sourceraw docstring

sendcljdeprecated

(send session path mode size)

LIBSSH2_CHANNEL * libssh2_scp_send (LIBSSH2_SESSION *session, const char *path, int mode, libssh2_int64_t size);

LIBSSH2_CHANNEL * libssh2_scp_send (LIBSSH2_SESSION *session,
                                    const char *path,
                                    int mode,
                                    libssh2_int64_t size);
sourceraw docstring

send-excljdeprecated

(send-ex session path mode size mtime atime)

LIBSSH2_CHANNEL *libssh2_scp_send_ex(LIBSSH2_SESSION *session, const char *path, int mode, size_t size, long mtime, long atime);

LIBSSH2_CHANNEL *libssh2_scp_send_ex(LIBSSH2_SESSION *session,
                                     const char *path,
                                     int mode,
                                     size_t size,
                                     long mtime,
                                     long atime);
sourceraw docstring

send64clj

(send64 session path mode size mtime atime)

LIBSSH2_CHANNEL * libssh2_scp_send64 (LIBSSH2_SESSION *session, const char *path, int mode, libssh2_int64_t size, time_t mtime, time_t atime);

LIBSSH2_CHANNEL * libssh2_scp_send64 (LIBSSH2_SESSION *session,
                                      const char *path,
                                      int mode,
                                      libssh2_int64_t size,
                                      time_t mtime,
                                      time_t atime);
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close