node-sftp-s3
node-sftp-s3 copied to clipboard
Node JS module for creating an SFTP server that uses S3 for file storage.
We are using this lib to host SFTP servers and using PM2 to run the node app. It would be great the the event logger include the date/time when writing...
To fix #19. I hope this is the right approach. Things I haven't done that might matter: - Changed the name of the `pubKey` variable - Written tests - Done...
I started working on implementing this today in a project I am working on. I've had quite a bit of trouble, and finally started debugging through the node-sftp-s3 code. I...
This is already mentioned in the README, but I thought I'd best create an issue for it. As I understand it, this requires: a) a way of specifying the usernames+passwords...
Can you add a sample aws.json file to /examples ?
I'm having issues with READ returning bigger packets than the client requested. Both using Transmit and FileZilla on MacOS. I'm using the package as used in the example with files...
We should have an error event emitted when the listener fails. See https://github.com/mscdex/ssh2