exampleftpd

command
v0.0.0-...-f64f7c2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 8, 2020 License: MIT Imports: 4 Imported by: 0

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
    	Host (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")

Documentation

Overview

This is a very simple ftpd server using this library as an example and as something to run tests against.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL