Hello,
I'm trying to retrieve a list of all files in an SFTP folder + it's subfolders but this does not seem to work.
I call FTPFile[] files = mSecureFileTransfer.GetFileInfos("", true);
It seems that all subfolders are searched (because it takes pretty long to complete) but the files object that is returned only lists the foldernames but not the files in there.
Is this the way it should work or am i doing something wrong?
Thanks in advance.
With kind regards,
Rutger Scheepens