Tamás András Horváth
Tamás András Horváth
Use my repo: https://github.com/icetee/node-ftp
No supported :(
I published the v1.0.8 version. It was published, only not seen as the latest release. 
> Hi! Would it be possible to also backport and publish the reentry fix for the 0.x version? Thank you! There are quite a few other bugs in it if...
I think the commands is latin-1 (english characters), but if the filenames use utf-8, I don't think we can do anything because the local and the server will be inconsistent....
I watched your code, but is the same as if I set `"secure": true`. If `true`, then encrypted data and commucation channel. Otherwise, I get an error: ``` events.js:167 throw...
Unfortunately, it's under development. https://github.com/icetee/node-ftp/blob/3fd664523fa5ff99899aab3a49886b4c468632e2/lib/ftp-service.js#L292..L307
The situation is that two are on different abstraction layers. Call it first `Doctrine\DBAL\Schema\AbstractSchemaManager` -> `filterAssetNames` function. Remove any element that is not true from regExp. So there is no...
Skip ts lint ```js // eslint-disable-next-line @typescript-eslint/ban-ts-comment // @ts-ignore this.$on('beforeExit', async () => { await app.close(); }); ```