Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

BITS-Transfer with IIS server.

$
0
0

I m tying to upload and download files from IIS server using BITS-Tansfer commandlets. my BITS jobs are getting queued but they are not completing even after explicitly resuming them.


I have configured IIS ,where i have enabled BITS-IIS server extention for client upload.

tried downloading file from server with powershell commandlet as

Start-BitsTransfer -Asynchronous -Priority High -TransferType Download -Source http://myweb/vdir/validity.txt -Destination C:\ -Authentication Basic -Credential SERVER12\Administrator -ProxyBypass 169.254.71.160:80 -ProxyUsage Override -ProxyList 169.254.71.160:80

Both upload and download are not working. when i opened this IIs website from another computer from same domain and tried download files there using BITS, it shows jobstatus "Transferred"...bt it is not downloading data...atleast i m not able to see the data in destination i have given. 

 


Viewing all articles
Browse latest Browse all 6937

Trending Articles