any plans to implement fs.cp, especially recursive for directories - https://nodejs.org/api/fs.html#fscpsrc-dest-options-callback I'd imagine it should be possible doing something similar to: - https://github.com/steelbrain/node-ssh/blob/main/src/index.ts#L617 Thanks!
any plans to implement fs.cp, especially recursive for directories
I'd imagine it should be possible doing something similar to:
Thanks!