2013-07-08 20:34:49 +02:00
|
|
|
# goftp #
|
|
|
|
|
2015-08-18 19:34:22 +02:00
|
|
|
[![Build Status](https://travis-ci.org/jlaffaye/ftp.svg?branch=master)](https://travis-ci.org/jlaffaye/ftp)
|
2015-08-19 11:06:47 +02:00
|
|
|
[![Coverage Status](https://coveralls.io/repos/jlaffaye/ftp/badge.svg?branch=master&service=github)](https://coveralls.io/github/jlaffaye/ftp?branch=master)
|
2015-08-28 15:52:55 +02:00
|
|
|
[![Go ReportCard](http://goreportcard.com/badge/jlaffaye/ftp)](http://goreportcard.com/report/jlaffaye/ftp)
|
2015-08-18 19:34:22 +02:00
|
|
|
|
2013-07-08 20:34:49 +02:00
|
|
|
A FTP client package for Go
|
|
|
|
|
2016-02-10 19:38:39 +01:00
|
|
|
## Install ##
|
|
|
|
|
|
|
|
```
|
|
|
|
go get -u github.com/jlaffaye/ftp
|
|
|
|
```
|
|
|
|
|
2013-07-08 20:34:49 +02:00
|
|
|
## Documentation ##
|
|
|
|
|
2014-03-14 14:11:24 +01:00
|
|
|
http://godoc.org/github.com/jlaffaye/ftp
|