node-ftp icon indicating copy to clipboard operation
node-ftp copied to clipboard

Could not get "pipe" of undefined.

Open chroma9 opened this issue 5 years ago • 0 comments

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.

chroma9 avatar Sep 16 '20 19:09 chroma9