Huseyin Ozgul
Huseyin Ozgul
`import SftpClient from 'ssh2-sftp-client' export const uploadSftp = async ( config, data ) => { const sftp = new SftpClient() try { const sftpConfig = { host: config.host, port: 22,...
This problem occurs on MacOS Ventura or AWS Lambda functions (based on Node v18.12). We also tried node v18.16. However, it throws the same error. If we use ver 9.1.0,...
This is the log. `CLIENT[sftp]: connect: Debugging turned on CLIENT[sftp]: ssh2-sftp-client Version: 9.0.4 { "node": "18.16.0", "acorn": "8.8.2", "ada": "1.0.4", "ares": "1.19.0", "brotli": "1.0.9", "cldr": "42.0", "icu": "72.1", "llhttp": "6.0.10",...
Do we need any shh config?
I tried with sftp, it connects and puts the file.