0 votes
by (140 points)

String^ filename = "\"" + srcFile + "\"";
m_scp->GetFile(filename, m_stream);

1 Answer

0 votes
by (150k points)
edited by

by (140 points)
Thank you for checking this. After updating Rebex to R6.11, this seems to have solved most of the problem. However, I do still see a problem with the '$' character. Files with "$_" or "$$" sequences are not found. The ScpException message shows a file name with these characters either removed or replaced with a number. How can I handle these cases?
by (150k points)
Thanks, there indeed seems to be an issue with "$_" and "$$" sequences. We'll look into this and provide a hotfix as soon as possible!
...