Go to file
2023-07-08 11:49:14 +02:00
go.mod add go module config 2023-07-08 11:49:14 +02:00
go.sum add go module config 2023-07-08 11:49:14 +02:00
main.go add go module config 2023-07-08 11:49:14 +02:00
README.md first commit 2019-10-29 14:22:29 +00:00

ftp-http-forwarder

Usage

  -host string
    	Host (default "localhost")
  -pass string
    	Password for login (default "123456")
  -port int
    	Port (default 2121)
  -target string
    	target url
  -user string
    	Username for login (default "admin")