All Projects → eudoxia0 → trivial-ssh

eudoxia0 / trivial-ssh

Licence: other
An SSH client library for Common Lisp (Built on libssh2)

Programming Languages

common lisp
692 projects

trivial-ssh

Build Status

A simple SSH/SCP library for Common Lisp.

Usage

Overview

(ssh:with-connection (conn "example.com" (ssh:pass "username" "password"))
  (ssh:with-command (conn iostream "ls -a")
    ;; Write or read to/from the iostream
    )
  (ssh:download-file conn #p"/remote/file" #p"/local/file")
  (ssh:upload-file conn #p"/local/file" #p"/remote-file"))

License

Copyright (c) 2014-2015 Fernando Borretti ([email protected])

Licensed under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].