WestheadJ / pysmb-file-sorter

A file sorter using pysmb
MIT License
0 stars 0 forks source link

FEAT: Copy Files #7

Open WestheadJ opened 1 month ago

WestheadJ commented 1 month ago

Issue

Instead of moving the files, have a feature of copying.

How To Implement

Instead of using the rename function will have to use retrieve_file and store_file methods.