Opus2
Opus2
**UPDATE:** Doing further investigation, I have tried: - reducing the config file to a minimum (as you can see in the logs below) - tried connecting to another FTP server...
**UPDATE 2 - (FIXED?)** The problem seems to be in the [mscdex / node-ftp](https://www.npmjs.com/package/ftp) dependency, file `connection.js`, line 109 ([github link](https://github.com/mscdex/node-ftp)): ` socket.setKeepAlive(true);` If I set ` socket.setKeepAlive(false);` instead of...
I ended up not needing the extension anymore, but my fix was as mentioned earlier: > The problem seems to be in the [mscdex / node-ftp](https://www.npmjs.com/package/ftp) dependency, file `connection.js`, line...
Hey Mike, I don't think you have the same problem I had, because it only happened to me on FTP, not SFTP or anything related to SSH. Normal, old-fashioned FTP...