Re: "No matching file found"
Thank you for pointing in the right direction Martin, I managed to resolve the issue.
Uzz
Uzz
RemotePath.EscapeFileMask
to escape special characters in file name, before calling the Session.GetFiles
:
session.MoveFile
command to remotely rename the file, but since the file cant be found (although it is there) when the [
character is in the filename, the command is unsuccesssful.
[
in the filename, I get "No matching file found" error. It seems that it wont find the file on the remote server.
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.
[
character in it?