mscdex / node-ftp

An FTP client module for node.js
MIT License
1.13k stars 243 forks source link

node-ftp crashes in electron on windows #181

Open biroplane opened 7 years ago

biroplane commented 7 years ago

Hi! i'm having an issue, using node-ftp on electron, running on windows. i'm developing it on a mac and it works very well in developement mode and in production mode, but when i export the project for windows and try to connect (i've been trying with several ftp servers, from several places) it crashes. i was trying to have some kind of log, but when i call the get method it crashes and doesen't even throw any error.

any suggestion about?! thx

Loag commented 7 years ago

any developments into this issue? I`m trying to do the same thing.

biroplane commented 7 years ago

on my app, it was and issue with path.join that makes the request to go wrong (like replacing backslashes and other stuffs)