FTP client package for Go
Go to file
Julian Kornberger 619c7c29e5 Use closures for data connections
Breaks the API, but avoids common pitfalls like unclosed connections.
2016-11-27 14:26:47 +01:00
.travis.yml Use last Go version 2016-11-24 12:25:00 +01:00
.vsftpd.conf Use localhost to test IPv6 connectivity 2015-08-18 22:58:00 +02:00
client_multiline_test.go Create mock for multiline test 2015-08-29 15:26:40 +02:00
client_test.go Use closures for data connections 2016-11-27 14:26:47 +01:00
ftp.go Use closures for data connections 2016-11-27 14:26:47 +01:00
LICENSE Update copyright years. 2013-02-17 10:34:01 +01:00
parse_test.go Add parse test for dir and file names that contain multiple spaces 2016-03-16 13:41:20 +08:00
README.md Update README.md 2016-02-10 15:38:39 -03:00
status.go Add comments to make golint happy. 2015-03-05 11:57:38 +01:00

goftp

Build Status Coverage Status Go ReportCard

A FTP client package for Go

Install

go get -u github.com/jlaffaye/ftp

Documentation

http://godoc.org/github.com/jlaffaye/ftp