We have one requirement we want to extract around 100GB data from SharePoint 2007 library files and metadata into physical location.
If any interruption while downloading files we have to resume from that scratch.
Since it is SP 2007 we are unable to move with PowerShell/ CSOM.
My Idea would be console application, Please suggest me if any other options to accomplish this task.
What I have tried:
Investigated with CSOM and PowerShell approaches but using both the approaches we are unable to accomplish this task.
