A pure go ftp server with web management UI
Go to file
Lunny Xiao 93dfb259f2 fix go mod (#13) 2019-07-12 05:43:06 +00:00
public use tango instead of xweb for web interface 2015-10-30 17:56:39 +08:00
templates bug fixed & permission management in progress 2015-11-04 15:29:25 +08:00
web move to goftp.io/ftpd 2019-07-11 17:25:46 +08:00
.drone.yml add drone (#12) 2019-07-12 05:41:30 +00:00
.gitignore tls support 2018-08-21 10:42:31 +08:00
cert.pem init 2015-10-29 14:24:02 +08:00
config.ini tls support 2018-08-21 10:42:31 +08:00
go.mod update qiniu driver (#10) 2019-07-12 05:17:50 +00:00
go.sum fix go mod (#13) 2019-07-12 05:43:06 +00:00
key.pem init 2015-10-29 14:24:02 +08:00
LICENSE add license and fix #4 (#11) 2019-07-12 05:21:29 +00:00
main.go update qiniu driver (#10) 2019-07-12 05:17:50 +00:00
README_CN.md move to goftp.io/ftpd 2019-07-11 17:25:46 +08:00
README.md move to goftp.io/ftpd 2019-07-11 17:25:46 +08:00

ftpd

中文

A FTP server based on github.com/goftp/server.

Full documentation for the package is available on godoc

Installation

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.