Hi,
I'm using v5.8 (which I understand may never be released) of the Pro library, and I'm noticing that some SFTP servers return symlinks as files. However, if I look at the raw field in the associated FTPFile, I do see the leading "l" indicating that it is a link. For now, I can easily check that first character in this case. However, I also need to make queries against the file/directory pointed to by the symlink. I noticed there is a linkedfile field, but it appears to be null, presumably because the file has not been recognized as a symlink. Also, I'm not seeing the usual "-> linked file" in the raw text in FTPFile, so I can't cheat that way. So, is there a way to resolve the fact that symlinks aren't be reported as links, or more importantly for my use case, is there a way I can determine what the link is pointing to?
Thanks,
Kevin