Solved
passing password having special character in "vlt rcp" command
Hi all,
I am using "vlt rcp" command to copy content from one CRX to another.
vlt rcp -b 100 -r -u -n http://admin:admin@localhost: 4502/crx/-/jcr:root/content/ dam/JJK-Folder-1 http://admin:admin@localhost: 4503/crx/-/jcr:root/content/ dam/JJK-Folder-1
My password has special character "@" (for example : admin@123 )
So if i use my password in the "vlt rcp" command then it fails (see in bold)
vlt rcp -b 100 -r -u -n http://admin:admin@123@ localhost:4502/crx/-/jcr:root/ content/dam/JJK-Folder-1 http://admin:admin@123@ localhost:4503/crx/-/jcr:root/ content/dam/JJK-Folder-1
Is there any way to escape special charcater in password or update the above command so that password with special character goes fine.
thanks in advance.