# ftpd **Repository Path**: goftp/ftpd ## Basic Information - **Project Name**: ftpd - **Description**: A pure go ftp server with web management UI - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2021-01-14 - **Last Updated**: 2021-11-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ftpd [中文](README_CN.md) A FTP server based on [gitea.com/goftp/server](http://gitea.com/goftp/server). Full documentation for the package is available on [godoc](http://godoc.org/goftp.io/ftpd) # Features - Support file system as storage - Support minio as storage - Support qiniu as storage - Support web management UI # Installation ## From binary releases Download the binaries from [https://gitea.com/goftp/ftpd/releases](https://gitea.com/goftp/ftpd/releases). You can also build the binary yourself. After you clone the repository, go generate ./... go build -tags=bindata -mod=vendor ## From Source go get goftp.io/ftpd Then run it: $GOPATH/bin/ftpd And finally, connect to the server with any FTP client and the following details: host: 127.0.0.1 port: 2121 username: admin password: 123456 More features, you can copy config.ini to the ftpd directory and modify it.