mirror of
https://github.com/rclone/rclone.git
synced 2025-03-07 10:55:17 +08:00
18 lines
534 B
Markdown
18 lines
534 B
Markdown
![]() |
# goftp #
|
||
|
|
||
|
[](https://travis-ci.org/jlaffaye/ftp)
|
||
|
[](https://coveralls.io/github/jlaffaye/ftp?branch=master)
|
||
|
[](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
|