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

Socket not writable error #335

Open
web75018 opened this issue Aug 20, 2022 · 0 comments
Open

Socket not writable error #335

web75018 opened this issue Aug 20, 2022 · 0 comments

Comments

@web75018
Copy link

web75018 commented Aug 20, 2022

Hi, im getting this issue:

{"name":"ftpAK","hostname":"A-M700","pid":55433,"id":"7d9ca748-21d1-4769-8752-41fef38874c0","ip":"192.168.100.200","level":50,"msg":"Satisfy Parameters Error { error: 'Socket not writable' }","time":"2022-08-20T22:55:01.653Z","v":0}

My config:

environment : production.

const server = new FtpServer({
log: bunyan.createLogger({ name: "ftpAK", level: "trace" }),
url: "ftp://192.168.100.110:5358",
pasv_url: "192.168.100.110",
pasv_min: 5359,
greeting: ["Welcome", "FTP"],
tls: {
key: fs.readFileSync(${__dirname}/cert/server.key),
cert: fs.readFileSync(${__dirname}/cert/server.crt),
ca: fs.readFileSync(${__dirname}/cert/server.csr),
},
file_format: "ep",
anonymous: false,
});

.....

Thanks for your help.

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

1 participant