From efe32d0cea7c154ad2bab89dd9ba466f07efad72 Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Sun, 12 Apr 2015 15:57:15 -0700 Subject: [PATCH] Add packages for FTP, SFTP protocols. Resolves #266. /cc @jlaffaye @davecheney @koofr --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5e760ea7..efab7eac 100644 --- a/README.md +++ b/README.md @@ -430,12 +430,15 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno *Libraries for working with various layers of the network* * [dns](https://github.com/miekg/dns) - Go library for working with DNS +* [ftp](https://godoc.org/github.com/jlaffaye/ftp) - Package ftp implements a FTP client as described in [RFC 959](http://tools.ietf.org/html/rfc959). * [gopacket](https://code.google.com/p/gopacket) - A Go library for packet processing with libpacp bindings * [gopcap](https://github.com/akrennmair/gopcap) - A Go wrapper for libpcap * [gosnmp](https://github.com/soniah/gosnmp) - Native Go library for performing SNMP actions * [gotcp](https://github.com/gansidui/gotcp) - A Go package for quickly writing tcp applications +* [graval](https://godoc.org/github.com/koofr/graval) - An experimental FTP server framework. * [linkio](https://github.com/ian-kent/linkio) - Network link speed simulation for Reader/Writer interfaces * [portproxy](https://github.com/aybabtme/portproxy) - Simple TCP proxy which adds CORS support to API's which don't support it. +* [sftp](https://godoc.org/github.com/pkg/sftp) - Package sftp implements the SSH File Transfer Protocol as described in https://filezilla-project.org/specs/draft-ietf-secsh-filexfer-02.txt. * [tcp_server](https://github.com/firstrow/tcp_server) - A Go library for building tcp servers faster ## OpenGL