FTP client package for Go
Go to file
Julien Laffaye b33f6e0005 Fix EPSV for domains with multiple A entries.
We can not use the DNS name to open the data connection, as we might get
another IP than the current host from the DNS resolution.
2015-08-18 23:38:53 +02:00
.travis.yml Add Travis CI 2015-08-18 20:56:31 +02:00
.vsftpd.conf Use localhost to test IPv6 connectivity 2015-08-18 22:58:00 +02:00
client_test.go Use localhost to test IPv6 connectivity 2015-08-18 22:58:00 +02:00
ftp.go Fix EPSV for domains with multiple A entries. 2015-08-18 23:38:53 +02:00
LICENSE Update copyright years. 2013-02-17 10:34:01 +01:00
parse_test.go Improve line parsing 2015-08-18 22:33:04 +02:00
README.md Add Travis CI 2015-08-18 20:56:31 +02:00
status.go Add comments to make golint happy. 2015-03-05 11:57:38 +01:00

goftp

Build Status

A FTP client package for Go

Documentation

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