fsftp

command
v0.0.0-...-eee4fbb Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

README

moov/fsftp

NOTE: This Docker is not designed for production use. Please use a production grade FTP server!

moov/fsftp is a Docker image for running an FTP server from with a filesystem backed. We bundle this in an image because the same test library is used in some of our applications. It is based on goftp/server's example FTP server.

$ docker run moov/fsftp:v0.2.0 -help
Usage of /bin/fsftp:
  -host string
    	TCP address to listen on (default "localhost")
  -pass string
    	Password for login (default "123456")
  -passive-ports string
    	Passive TCP port range to listen on (example: 30000-30009)
  -port int
    	TCP port to listen on (default 2121)
  -root string
    	Directory to serve files
  -user string
    	Username for login (default "admin")

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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