Skip to content
New issue

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

download files via ssh #41

Closed
leabdalla opened this issue Nov 30, 2013 · 2 comments
Closed

download files via ssh #41

leabdalla opened this issue Nov 30, 2013 · 2 comments

Comments

@leabdalla
Copy link

I need download all files from a folder in SSH server. Is it possible?

@andrewrjones
Copy link
Collaborator

This is not possible at the moment, but it could be implemented. ssh2 has a sftp.createReadStream method to do this.

We would need to work out how to implement this in this plugin (a new task, or different options to the existing sftp task).

@douglascorrea
Copy link

@andrewrjones we can use the fastGet method instead of createReadStream

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants