experience of newbie #6

Closed
opened 2017-07-02 00:52:33 +00:00 by splace · 2 comments
splace commented 2017-07-02 00:52:33 +00:00 (Migrated from github.com)

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 ?

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 ?

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

`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
smcduck commented 2018-03-05 02:48:49 +00:00 (Migrated from github.com)

this bug has not been fixed yet.

this bug has not been fixed yet.
lunny added this to the v0.3.0 milestone 2020-02-07 03:19:48 +00:00
lunny closed this issue 2020-02-07 03:35:07 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: goftp/ftpd#6
No description provided.