defect122

cURL Batch for loop wildcards

Sep 7th, 2014
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. CURL Wildcards with a for loop:
  2. for /R "C:\Backup" %%f in (*.7z *.gpg) do (
  3. C:\Curl\bin\curl.exe --ftp-ssl -k -v -T %%f ftp://user:[email protected] )
Advertisement
Add Comment
Please, Sign In to add comment