package
0.0.0-20181119093539-ead75d359db6
Repository: https://github.com/odknt/goftp-server.git
Documentation: pkg.go.dev
# README
exampleftpd
This is a simple example ftpd server for testing against and to demonstrate how to use the interface.
Change to this directory then build it with go build
$ ./exampleftpd -h
Usage of ./exampleftpd:
-host string
Port (default "localhost")
-pass string
Password for login (default "123456")
-port int
Port (default 2121)
-root string
Root directory to serve
-user string
Username for login (default "admin")