Has anyone been able to recursively download files from a SharePoint site using python? I want to download, basically, an entire folder structure and all of the files, primarily image files (.jpg, .png), and store them on desktop.
Has anyone been able to do this?