You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: