We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I need download all files from a folder in SSH server. Is it possible?
The text was updated successfully, but these errors were encountered:
This is not possible at the moment, but it could be implemented. ssh2 has a sftp.createReadStream method to do this.
sftp.createReadStream
We would need to work out how to implement this in this plugin (a new task, or different options to the existing sftp task).
sftp
Sorry, something went wrong.
@andrewrjones we can use the fastGet method instead of createReadStream
No branches or pull requests
I need download all files from a folder in SSH server. Is it possible?
The text was updated successfully, but these errors were encountered: