Skip to content
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.

Latest commit

 

History

History
25 lines (15 loc) · 536 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 536 Bytes

ftpd

中文

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

Full documentation for the package is available on godoc

Installation

go get github.com/goftp/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.