STOR.js reply(150) before waitForConnection #303
-
Hello, Thanks again for the great package. I'm not sure if the FTP RFC dictates that an FTP client should wait for 150 before connecting to the port, but this client has decided it is the correct approach :) I've tried fiddling with the code of STOR.js - inserting the reply(150) before the waitForConnection - with limited results. I'm very unfamiliar with the Bluebird Promise functions being used. My question: Is it possible to tweak STOR.js so that it sends a 150 before waitForConnection, without breaking the rest of the command flow. Any pointers on how I might do that, if it is possible would be greatly appreciated. Thanks, Ian |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
Figured it out:
|
Beta Was this translation helpful? Give feedback.
-
Which client are you two using? |
Beta Was this translation helpful? Give feedback.
Figured it out: