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

Additional features in shutil.py #221

Open
brno32 opened this issue Jun 23, 2023 · 1 comment
Open

Additional features in shutil.py #221

brno32 opened this issue Jun 23, 2023 · 1 comment

Comments

@brno32
Copy link
Contributor

brno32 commented Jun 23, 2023

My team is finding we're writing a lot of wrapper code that could probably just be handled in shutil.py

For example, if copytree supported remote to local and local to remote operations instead of just remote to remote, this would take care of most of our needs.

Could we add support?

@jborean93
Copy link
Owner

Sure, shutil is meant to be helpers on top of the core SMB protocols which would include copies on remote <-> local. Just needs someone to add a PR with tests.

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 a pull request may close this issue.

2 participants