Re: Issues with filemask
If you want to download one specific file only, just name it in the
See https://winscp.net/eng/docs/library_session_getfiles#remotepath
No
GetFiles
call:
session.GetFiles("/Build/TESTING/B.rtf", ....)
See https://winscp.net/eng/docs/library_session_getfiles#remotepath
No
FileMask
is needed. Though the "B.rtf|*/"
(and the like) should work too. If it does not, we need a session log file to investigate.