Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not connecting #1

Open
drewlesueur opened this issue May 5, 2013 · 2 comments
Open

Not connecting #1

drewlesueur opened this issue May 5, 2013 · 2 comments

Comments

@drewlesueur
Copy link

I tried this

var ftpd = require("ftp-server")
ftpd.fsOptions.root = '/'
ftpd.listen(21)

The server starts up but I can't connect to it.
I know its up because when I throw a console.log in the server.on('connection', function (socket) {... it works.

When I try to connect it doesn't work

@Somebi
Copy link

Somebi commented May 10, 2013

It's not sending welcome message. Something is messed up there...

@andrewhassan
Copy link

I also have the same issue. It seems that my client is connected, but it's waiting for a welcome message.

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

No branches or pull requests

3 participants