(node:1654) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(Use `Electron Helper (Renderer) --trace-deprecation ...` to show where the warning was created)
I am using promise-ftp that use this node-ftp and I am encountering an issue with the depreciated Buffer function... similar to here.
Problematic code existed here.
Full warning message: