I have configured IIS server, where its running on localhost for now. i need to download files present in the IIS directory with help of Powershell commandlet.
i tried Background intelligent transfer service.. like
Start-BitsTransfer -Asynchronous -Priority High -TransferType Download -Source http://localhost/vdir/validity.txt -Destination C:\
it executed fine without giving any error but files are not downloading like m getting bits transfer status as "TRANSFERRED" but file is not getting downloaded.. any idea why is it so..:(