I am trying to copy a file from one location to another using CVCP command and executing it using plink command tool. Plink command works fine using windows application but returns whitespaces in between of source and destination path when
plink command output is returned from IIS. I am calling plink exe using .net process.
Example:
First whitespace after 42, second after 123 and third after US_72
Command -> /usr/cvfs/bin/cvcp /folder20/AAA/folder1/BBB/Core/42 4768/c945017e-68f4-425e-a533-83d0a614a256.mov /folder20/AAA/folder1/directory123 456/Gladiator_2000_Th_US_72519/SPE_Gladiator_2000_2398_ProRes422_Master_HD_US_72
519.mov
Please suggest the solution for the above problem.
Thanks,
Akhil Gupta