Skip to content
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.

experience of newbie #6

Open
splace opened this issue Jul 2, 2017 · 2 comments
Open

experience of newbie #6

splace opened this issue Jul 2, 2017 · 2 comments
Labels

Comments

@splace
Copy link

splace commented Jul 2, 2017

config files.

"go get" makes an executable in a different dir to the config files, so you need to combine or use the command line option to specify the configs location, you don not seem to be able to just run it with " $GOPATH/bin/ftpd"

the config files do not contain "custom.ini" and ftpd aborts if its not there.

clients.

using browsers as clients shows chromium working but firefox failing, (server/client on the same machine). log shows firefox initiates "enter passive mode", where chromium "enter extended passive mode", seems to be the point of failure but i haven’t investigated.

shutting down the server.

ctrl z ?

@lunny
Copy link
Member

lunny commented Jul 2, 2017

go get github.com/goftp/ftpd and you can cd $GOPATH/src/github.com/goftp/ftpd and go build and run it.

I haven't tested firefox, maybe a bug.

ctrl + c

@lunny lunny added the bug label Jul 2, 2017
@nifflin
Copy link

nifflin commented Mar 5, 2018

this bug has not been fixed yet.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants