FTP client package for Go
Go to file
Julien Laffaye e987451f99 SplitHostPort before connecting to the remote.
This, way, we dont have to cleanup the tcp connection if SplitHostPort fails.
2015-08-18 19:00:56 +02:00
client_test.go Merge branch 'ipv6' of https://github.com/stacktic/ftp into stacktic-ipv6 2015-08-18 18:52:29 +02:00
ftp.go SplitHostPort before connecting to the remote. 2015-08-18 19:00:56 +02:00
LICENSE Update copyright years. 2013-02-17 10:34:01 +01:00
parse_test.go Simplify the code with gofmt -s 2015-03-05 11:45:33 +01:00
README.md Update README.md 2014-03-14 15:11:24 +02:00
status.go Add comments to make golint happy. 2015-03-05 11:57:38 +01:00

goftp

A FTP client package for Go

Documentation

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