This is a script created to move files from one directory to another.
Options: -d --dst provide the destination directory to transfer files into -s --src provide the source for directories to be scanned and move files from
- Example: python3 transfer.py -d directory_dst -s directory_src