diff options
| author | Shulhan <ms@kilabit.info> | 2021-07-08 16:50:06 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2021-07-12 02:23:47 +0700 |
| commit | 2f6bdb4e2cce7b5bdf4255b21f2588b1d6b7444f (patch) | |
| tree | 732cfe84c677475f4b43508c3dc102d819209ecb /README.md | |
| parent | a15f96aae0574de614b8ab33cfbb09fd70f00182 (diff) | |
| download | pakakeh.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.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |
