How to download files on a Windows Core Server?

This a short and quick tutorial. How you can use Powershell command Import-Module bitstransfer to download files to your Windows Core server.

Downloading Files On Core Server

 

Tutorial

If you are using Core server and the powershell is not enabled. Go to this tutorial.

  1. First open the cmd and go to powershell mode. Just type powershell
  2. Enter command Import-Module bitstransfer
  3. Next start the download using this command: start-bitstransfer -source http://tarantulo.lt/upload/promotion2.txt -destination c:\bendras\something.txt
  4. That is it
Import-Module bitstransfer
start-bitstransfer -source http://tarantulo.lt/upload/promotion2.txt -destination c:\bendras\something.txt

 

Add a Comment

Your email address will not be published. Required fields are marked *