andrewarrow/paradise_ftp

Name or service unknown

Closed this issue · 1 comments

ftp: localhost:5010: Name or service not known

Is 5010 the port used?

I found this port in server.go and not :2121 as given in README.

5010 is the port for the http debug info about how many connections your server is serving.

i.e. in a browser you goto http://localhost:5010 and you'll see some html/txt output

2121 is the port I use for the ftp client connecting during dev mode so I don't have to run it as root. In production I change 2121 to 21.

ftp ftp://user:pass@localhost:2121