Unable to download files with [] characters in the name
I have written an automation script using Powershell and the WinSCP .Net Assembly and have identified a potential bug.
When using the
command and file which has the [ or ] or [] anywhere in the name (e.g. [abc]_xyz.doc) is not downloaded. Was wondering whether anyone has encountered?
I am using the latest beta version of the .Net Assembly
When using the
$session.GetFiles($remotePath, $localPath, $remove, $TransferOptions)
I am using the latest beta version of the .Net Assembly