Difference between revisions of "Download using command line"

From Tech-Wiki
Jump to: navigation, search
(Created page with "Category:Microsoft '''Back to Misc''' This command is equivalent to wget in Linux: >bitsadmin /transfer job /download http://site.com/file.zip C:\file...")
 
 
Line 3: Line 3:
  
 
This command is equivalent to wget in Linux:
 
This command is equivalent to wget in Linux:
  >bitsadmin /transfer job /download http://site.com/file.zip C:\file.zip
+
  bitsadmin /transfer job /download http://site.com/file.zip C:\file.zip

Latest revision as of 12:13, 20 August 2024

Back to Misc

This command is equivalent to wget in Linux:

bitsadmin /transfer job /download http://site.com/file.zip C:\file.zip