aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2021-07-08 16:50:06 +0700
committerShulhan <ms@kilabit.info>2021-07-12 02:23:47 +0700
commit2f6bdb4e2cce7b5bdf4255b21f2588b1d6b7444f (patch)
tree732cfe84c677475f4b43508c3dc102d819209ecb /README.md
parenta15f96aae0574de614b8ab33cfbb09fd70f00182 (diff)
downloadpakakeh.go-2f6bdb4e2cce7b5bdf4255b21f2588b1d6b7444f.tar.xz
ssh/sftp: new package that implement SSH File Transport Protocol v3
The sftp package extend the golang.org/x/crypto/ssh package by implementing "sftp" subsystem using the ssh.Client connection.
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 43ae916c..95cd99ff 100644
--- a/README.md
+++ b/README.md
@@ -186,6 +186,9 @@ This library is released every month, usually at the first week of month.
provide a wrapper for golang.org/x/crypto/ssh and a parser for SSH client
configuration specification ssh_config(5).
+* [**sftp**](https://pkg.go.dev/github.com/shuLhan/share/lib/ssh/sftp):
+ Package sftp implement native SSH File Transport Protocol v3.
+
* [**strings**](https://pkg.go.dev/github.com/shuLhan/share/lib/strings): A
library for working with slice of string.