You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
I tried this
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
The text was updated successfully, but these errors were encountered: