FWIW:
Embedded spaces and any embedded either forward or backward slashes are problems that require special % encoding of characters or escaping depending on its form and platform. The command you used mixes both forward (unix native) and backwards (windows native) path separators and not all backslashes are escaped and it appears nothing is quoted or percent encoded meaning spaces are probably an issue as well.
|