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

Recursive #89

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Recursive #89

wants to merge 2 commits into from

Conversation

rantahar
Copy link

Currently the SSHClient can only copy individual files to and from the server. An option to copy directories implemented in the library would simplify its use in applications, avoiding separate implementations of recursive routines. This is related to issue #86, "Slurm provider will not create directories recursively".

Two new methods are added to SSHClient, push_directory and pull_directory.

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

Successfully merging this pull request may close these issues.

1 participant