FTP client package for Go
Go to file
Julien Laffaye 47f21d10f0
Merge pull request #124 from xperimental/upgrade-go
Update Go version in Travis build.
2018-11-01 12:24:34 +01:00
.travis Update Go version in Travis build. 2018-10-06 14:48:15 +02:00
.travis.yml Update Go version in Travis build. 2018-10-06 14:48:15 +02:00
client_multiline_test.go Create mock for multiline test 2015-08-29 15:26:40 +02:00
client_test.go added recursively deleting folders 2017-06-13 21:21:50 +01:00
ftp.go Workaround for FTP servers, that does not support UTF8 option. (#120) 2018-08-08 23:16:05 +02:00
LICENSE Update copyright years. 2013-02-17 10:34:01 +01:00
parse_test.go Make it possible to specify what timezone to parse timestamps in 2018-03-20 15:07:44 +10:00
parse.go Make it possible to specify what timezone to parse timestamps in 2018-03-20 15:07:44 +10:00
README.md Update README.md 2016-02-10 15:38:39 -03:00
scanner_test.go Do not export the scanner type 2017-03-04 13:01:41 +01:00
scanner.go Do not export the scanner type 2017-03-04 13:01:41 +01: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