Long dash in remote directory
Hello,
I am using a script to download files from a remote directory.
In WinSCP it works fine. From the WinSCP GUI I create the script. In the script following remote directory needs to be accessed
Now when running the script following error appears
vs
Anyway the error is the same, path is not found properly because the dashes don't match.
Any solution?
Thanks
I am using a script to download files from a remote directory.
In WinSCP it works fine. From the WinSCP GUI I create the script. In the script following remote directory needs to be accessed
"cd ""/Radio Productiehuis UPLOAD/Steve DeKoning – De Vlaamse EXTRA 15""" ^
As you can see the dash is not properly transferred. So I change it to a normal dash but it seems to be shorter in length.Fout tijdens wisselen van map naar '/Radio Productiehuis UPLOAD/Steve DeKoning ÔÇô De Vlaamse EXTRA 15'.
/Radio Productiehuis UPLOAD/Steve DeKoning ÔÇô De Vlaamse EXTRA 15: No such file or directory.
"cd ""/Radio Productiehuis UPLOAD/Steve DeKoning - De Vlaamse EXTRA 15""" ^
"cd ""/Radio Productiehuis UPLOAD/Steve DeKoning – De Vlaamse EXTRA 15""" ^
Any solution?
Thanks