jlaffaye/ftp
FTP client package for Go observed · 2026-08-28
Health v2 · maintenance only
98/100
- Activity 98
- Release rhythm 98
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 23
- age_days: 5598
- days_rel: 12
- days_push: 12
- n_releases_24m: 4
Adoption not part of the score
1401 stars · 381 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
goftp is an FTP client library for Go providing dialing, login, file upload (Stor), and download (Retr) over the FTP protocol. It is a small, well-tested package for embedding FTP file transfer into Go applications.
Use cases
- upload files to an ftp server from go
- download files over ftp in a go program
- connect to an ftp server with a go library
- transfer files programmatically via ftp
- script ftp file transfers in go
When to choose
- you need FTP support in a Go application
- you want a lightweight, dependency-light FTP client library
- you need simple upload/download operations against FTP servers
When to avoid
- you need SFTP or FTPS with advanced features not supported by the library
- you are not working in Go
- you need a GUI or command-line FTP client rather than a library
Facets
library · maturity stable
http-client file-system sdk developer-tools files backend go cross-platform ftp ftp-client file-transfer go-library
1 source
- readme: https://github.com/jlaffaye/ftp · fetched 2026-08-28 · 6bcf21a91a1f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| jlaffaye/ftp | main | 98 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem