python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
SFTP upload not working in lambda function in Node.js
I am trying to upload single or multiple files from local folder to sftp folder using ssh2-sftp-client in Node.js.
I am trying to upload files using Promise.all. The code works fine when tested locall...
G S M
Votes: 0
Answers: 0
NodeJS ssh2-sftp-client | connecting to SFTP using public key and a passphrase
I'm having a problem connecting to SFTP server using public key and a passphrase.
I've tried the following code but it is infinitely calling the callback function.
I appreciate any input. Thank you....
M.K.
Votes: 0
Answers: 1
ssh2-sftp-client file upload incomplete when listening to streams data event
I upload files via ssh2-sftp-client by passing a readStream. That works fine, but when I add an event listener the files are not completely uploaded:
This works:
const stream = fs.createReadStream(myF...
Nico
Votes: 0
Answers: 1
SFTP through HTTP proxy using ssh2-sftp-client library in Node.js
I need to transfer files using the Node.js library ssh2-sftp-client. My problem is I need to connect through an HTTP Proxy. The documentation has a step for SOCKS proxy. I am wondering how this can be...
Jiji
Votes: 0
Answers: 1