mirror of
https://github.com/rclone/rclone.git
synced 2024-11-29 20:04:52 +01:00
18 lines
534 B
Markdown
18 lines
534 B
Markdown
|
# goftp #
|
||
|
|
||
|
[![Build Status](https://travis-ci.org/jlaffaye/ftp.svg?branch=master)](https://travis-ci.org/jlaffaye/ftp)
|
||
|
[![Coverage Status](https://coveralls.io/repos/jlaffaye/ftp/badge.svg?branch=master&service=github)](https://coveralls.io/github/jlaffaye/ftp?branch=master)
|
||
|
[![Go ReportCard](http://goreportcard.com/badge/jlaffaye/ftp)](http://goreportcard.com/report/jlaffaye/ftp)
|
||
|
|
||
|
A FTP client package for Go
|
||
|
|
||
|
## Install ##
|
||
|
|
||
|
```
|
||
|
go get -u github.com/jlaffaye/ftp
|
||
|
```
|
||
|
|
||
|
## Documentation ##
|
||
|
|
||
|
http://godoc.org/github.com/jlaffaye/ftp
|