Martin,
Thanks again for your help!
When I add the following to my VB Script
transferOptions.AddRawSettings("IgnorePermErrors","1")
(edited in 2022)
I get the following error:
Cannot use parenthesis when calling a sub. (800A0414)
The syntax has to be structured differently then in the example you provided as it was an example for PowerShell.
It goes back to my point of a lack of documentation and examples for coding in VB Script.
When you said to set it globally, it appears that it has to be set as part of the session, and the session gets "disposed" Unless there is someway to execute the PowerShell script one time where the configuration setting would stick. In the client it kind of works that way. it is tied to the site profile.
Thanks!