I wanted to understand how the mget( localDir, filter) method of SSHFTPClient behaves.
Does the total number of files on the remote server matter even if the one matching the filter provided are few.
Our problem is that we were trying to look for *.tif files and the application is throwing out of memory heaps as soon as we start the process to get the files. There are a huge number of *.tif.bak files on the remote server, do you think that may be causing this issue.
I do understand that a detailed debug level log might get the correct answer but I just wanted to know if this was a known issue or should not impact at all.