Phillip Green II
Phillip Green II
I was just bitten by this as well. It looks like the problem is in `connection.js` with `self._pasvSocket = socket;`. It replaces _pasvSocket each time. So for example, GET 1...
@vintuwei I did not. I ended up enforcing one file at a time via `async.series`. You can see my code at https://github.com/phillipgreenii/node-ftp-stream/blob/master/src/index.js
Can you provide a failing unit test?
@tbranyen I was hoping for that too. We just need a test.
Is this the full code example? That looks more like CommonJS than AMD. Or are you saying deamdify messing up CommonJS code? Can you provide a failing (but skipped) unit...