jborean93 / smbprotocol

Python SMBv2 and v3 Client
MIT License
316 stars 73 forks source link

Additional features in shutil.py #221

Open brno32 opened 1 year ago

brno32 commented 1 year ago

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 commented 1 year ago

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.