mscdex / node-ftp

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

ResponseCode and ResponseText should be returned in callback from commands #193

Open Tiberriver256 opened 6 years ago

Tiberriver256 commented 6 years ago

I'm sure there are use cases out there other than mine but mine is that IBM z/OS mainframes allow submission of JCL jobs via FTP and the job id which is used to retrieve the results is send in the final response code.

I think this would be labeled as an enhancement though. This package is pretty sweet.