项目作者: goftp

项目描述 :
A pure go ftp server with web management UI, moved https://gitea.com/goftp/ftpd
高级语言: Go
项目地址: git://github.com/goftp/ftpd.git
创建时间: 2015-10-29T06:26:43Z
项目社区:https://github.com/goftp/ftpd

开源协议:

下载


ftpd

中文

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

Full documentation for the package is available on godoc

Installation

  1. go get github.com/goftp/ftpd

Then run it:

  1. $GOPATH/bin/ftpd

And finally, connect to the server with any FTP client and the following
details:

  1. host: 127.0.0.1
  2. port: 2121
  3. username: admin
  4. password: 123456

More features, you can copy config.ini to the ftpd directory and modify it.