FTP client package for Go
Go to file
Julian Kornberger 04544dbe82 Use MLST if supported
closes #46
2017-01-29 16:38:35 +01:00
.travis Test vsftpd and proftpd in parallel 2017-01-29 16:38:35 +01:00
.travis.yml Test vsftpd and proftpd in parallel 2017-01-29 16:38:35 +01:00
client_multiline_test.go Create mock for multiline test 2015-08-29 15:26:40 +02:00
client_test.go Disable EPSV for tests. 2016-11-24 14:49:16 +01:00
ftp.go Use MLST if supported 2017-01-29 16:38:35 +01:00
LICENSE Update copyright years. 2013-02-17 10:34:01 +01:00
parse_test.go Add test case for filename surrounded by whitespace 2016-12-31 18:20:29 +01:00
parse.go Refactoring the line parsing 2016-12-31 18:20:29 +01:00
README.md Update README.md 2016-02-10 15:38:39 -03:00
scanner_test.go Refactoring the line parsing 2016-12-31 18:20:29 +01:00
scanner.go Refactoring the line parsing 2016-12-31 18:20:29 +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