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

Start-BitsTransfer: Cannot Find Path

$
0
0

I want to copy one zip file from my local system to the Server machine. So I am using the Powershell Command Start-BitsTransfer -source c:\file.zip -destination  \192.168.1.210\C$\Website -credential $credential

I am getting the error,  Cannot find path ’\192.168.1.210\C$’ because it does not exist.

Please can you provide the solution where I went wrong or provide the solution for this.

 


Viewing all articles
Browse latest Browse all 8583

Trending Articles