2

I am trying to copy a group of files from a folder on my SharePoint site to a network share folder for manipulation "off-line". I am new to xcopy and batch files so trying to teach myself with Google! Please help. I suspect there is a problem with my syntax somewhere. When I run the batch file it just loops over and over and never stops until I terminate it manually.

xcopy \"https://website.com/org/CCC/CCC Docs/CRQ/Daily Reports/" \"shareservername\CSRDs\Report Macros\"

caj1980
  • 51

1 Answers1

0

You can't use xcopy to download from a HTTP URL.

Here is HTTrack, a good utility for copying a website from its URL: https://www.httrack.com/

Here is wget which runs from command line: https://gnuwin32.sourceforge.net/packages/wget.htm

drkblog
  • 2,665