Tamás András Horváth

Results 69 comments of Tamás András Horváth

Use my repo: https://github.com/icetee/node-ftp

I published the v1.0.8 version. It was published, only not seen as the latest release. ![ftp](https://user-images.githubusercontent.com/1855340/90954256-1604b280-e473-11ea-87fb-fef41b744a35.JPG)

> 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(); }); ```