"No matching file found"
                I have a weird issue. 
Using the .NET assembly in a VB.NET application to download files from an sFTP server. It works fine but whenever there is a file with the character
From the log:
    
If I remove the 
Is there a limitation on having files with the
Thanks
Uzz
            
        Using the .NET assembly in a VB.NET application to download files from an sFTP server. It works fine but whenever there is a file with the character
[ in the filename, I get "No matching file found" error. It seems that it wont find the file on the remote server.
From the log:
 2017-01-02 14:34:09.860 E[testfile].pdf;-;22546;2016-12-30T08:43:04.000Z;3;"" [0];"" [0];rw-rw----;0
< 2017-01-02 14:34:09.860 Script: No file matching 'E[testfile].pdf' found.[ character in the filename the file downloads fine.
Is there a limitation on having files with the
[ character in it?
Thanks
Uzz