From ab91c52c2d34c6ee12f0f427970964a7a62db5c3 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Sat, 17 Jul 2021 06:25:39 +0700 Subject: [PATCH] Misc networking: add package sftp, SSH File Transfer Protocol v3 as defined in draft-ietf-secsh-filexfer-02.txt. --- Projects.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Projects.md b/Projects.md index 04be6848..ecd60aa8 100644 --- a/Projects.md +++ b/Projects.md @@ -1413,6 +1413,7 @@ See also [[SQLDrivers page|SQLDrivers]]. * [rs232](https://github.com/dustin/rs232.go) - Serial interface for those of us who still have modems (or arduinos) * [rss](https://github.com/SlyMarbo/rss) - RSS parsing library. * [seamless](https://bitbucket.org/tebeka/seamless) - Reverse TCP Proxy with HTTP management API + * [sftp](https://pkg.go.dev/github.com/shuLhan/share/lib/ssh/sftp) - SSH File Transfer Protocol v3 as defined in draft-ietf-secsh-filexfer-02.txt. * [shell2http](https://github.com/msoap/shell2http) - Executing shell commands via simple http server * [sockjs-go](https://github.com/fzzy/sockjs-go) - Implements server side counterpart for the SockJS-client browser library. * [SOCKS5 Server](https://code.google.com/p/go-socks5) - Scalable SOCKS5 server with Access Control Lists