ssh2-sftp-client
ssh2-sftp-client copied to clipboard
a client for SSH2 SFTP
@theophilusx this issue still exists, I haved tried in both 9.0.4 version and latest 10.0.3 version. Can you please check that? Node version - 18.16.0
Hi everyone, I'm developing in React on Electron and I encountered a problem, that is, once I obtained the list of directories with sftp.list, trying to iterate on the individual...
Hi! I'm encountering a weird bug and am hoping for some direction on where to go. - **Node version you are using**: 20.3.1 - **Version of ssh2-sftp-client you are using:**...
We have used older version (5.x) with node v16, it works properly but the latest version 9.1.0 doesn't work on node v18 What do you suggest? CLIENT[sftp]: ssh2-sftp-client Version: 9.0.4...
Hi all! First of all...this is more a request for help than an issue. **Client OS**: AmazonLinux:2 **SFTP Server OS**: Windows (something) **Versions**: * ssh2-sftp-client Version: 9.0.4 * node: 16.15.0...
Hi Theophilus, As we talked about before, I am also sharing a more detailed description of the package & nodejs version. I have multiple users who each configure their own...
Please support chown function. I created it: ```js /** * @async * * Change the owner of a remote file on the SFTP repository * * @param {string} remotePath -...
I got this error while calling **sftpClient.exists(path)** Error: lstat: lstat: No SFTP connection available at SftpClient.fmtError (/node_modules/ssh2-sftp-client/src/index.js:87:22) at SftpClient.lstat (/node_modules/ssh2-sftp-client/src/index.js:369:37) at SftpClient.exists (/node_modules/ssh2-sftp-client/src/index.js:390:31)
I fixed a typo in the readme file: “protocol” misspelled as “protcolo”
This is more a question than an issue. I did search through code on repository and mscdex/ssh2 repository for a `trunc` method before creating this post. I found the mscdex/ssh2...