Yet another way to use curl_multi. I do like this approach as you can tell which ones have failed. Needs ability to re-try but otherwise pretty darn good.
Now superceeded by a custom control which can be dropped into SSIS directly. Still useful for rolling your own and understanding the process of using a web service.
From the page: "@echo off
Rem Echo Filename & Size
cls
for %%a in (dir DirName\*.*) do (
if %%~za GTR 4617089840 (
rem Do want you want here
echo %%a %%~za
)
)"
An excellent step by step guide to installing SP3 on your production servers. A no-fail approach to the upgrade, ensuring you don't miss any essential steps.