Morris Brodersen
Morris Brodersen
Not currently, sorry. SFTP is also not supported.
https://github.com/mscdex/node-ftp/blob/master/TODO 😢 vinyl-ftp depends on node-ftp, so this will currently not work. Sorry!
I hope to, however since locally my tests are passing it's hard to reproduce. Could you add relevant `npm ls`, OS, FTP server software details to the issue? Ideally you'd...
I'm still not able to reproduce this. The "cannot read property filter of undefined" issue is likely caused by https://github.com/mscdex/node-ftp/issues/170 - however that would require an ABOR command. Are you...
The pool opens 6 connections but only closes 5. I'm unsure how this is possible right now. Have you tried using `parallel` < 6? Also, are you sure you need...
This is probably related to #3
Does it work with 0.5.0?
This looks like it could break a lot of scripts relying on the current behavior. Could you update this to still prepend the slash but somehow parse the negation beforehand?...
Does it actually break? Or is it just visible in the log? Could you post the rest of the log as well? Thanks!
https://github.com/mscdex/node-ftp has rename(). You could use that one instead. Altough you're right, this use case is perfectly valid and vinyl-ftp could/should export rename() also.