Computing.net: Question & Answers Forum Latest Questions

computing
  • 6
  • 6

I am using cURL in a script to grab files at set intervals. My script currently includes the following: “C:\cURL\curl.exe” -u username:password -R –remote-name-all -K “C:\curl\filelist.txt” if not ERRORLEVEL 0 goto end After this line I call an asp page that deletes ...