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.