mscdex / node-ftp

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

Could not get "pipe" of undefined. #268

Open chroma9 opened 3 years ago

chroma9 commented 3 years ago

I'm trying to get a file from the FTP server and it's caused a few issues.

Using the list command I get this result.

[
  {
    name: 'HOSTNAME_PORT', // Redacted for Github but the Port does not use the port in the config
    type: 'd',
    size: 0,
    date:
  }
]

And it continuously responsed with Error 500 with Stream being Undefined.