Hello
I am using Rebex.FTP(v. 4.0.6249.0) library for my FTP client and I have troubles with GetItems method's traversalMode parameter. If it is set to NonRecursive, only the current directory is returned and not the files inside. If I use MatchFilesShallow or MatchFilesDeep, I get "Ambiguous usage of path and mode.\r\nParameter name: remotePath" exception. Could you please provide any workaround for this problem?
Thank you