File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change 1
1
# clj-libssh2
2
2
3
3
A Clojure library for interacting with SSH servers using
4
- [ libssh2] ( http://www.libssh2.org/ ) under the hood. There are three parts to
5
- this library:
4
+ [ libssh2] ( http://www.libssh2.org/ ) under the hood. There are two parts to this
5
+ library:
6
6
7
7
1 . A small API for doing most common SSH and SCP operations. You should use
8
8
this for all new code using this library. Examples of usage can be found in
@@ -14,10 +14,6 @@ this library:
14
14
details of what you end up using this for, so that I can expand the main
15
15
API. Some notes on this API can be found in
16
16
[ doc/libssh2.md] ( https://github.com/conormcd/clj-libssh2/blob/master/doc/libssh2.md ) .
17
- 3 . A series of convenience functions designed to make this library a suitable
18
- replacement for [ clj-ssh] ( https://github.com/hugoduncan/clj-ssh ) . You
19
- should use this if you're transitioning code from ` clj-ssh ` to this
20
- library.
21
17
22
18
Function by function documentation for the latest release should always be
23
19
available at: http://conormcd.github.io/clj-libssh2/
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments