cfsftp - returning more info in the dir command

Several of the users of sftp.cfc have requested that it returns more than just an array of filenames in the 'dir' command.
The problem is that the additional information is returned in a string unix style, and it seems that different server OS's return this string slightly differently.
So I customised the sftp for one user, to parse out the details based on connecting to a redhat linux server (which is my test environment), but running the same code on a windows server did not work correctly.
I now have a version that does not try to parse the details but just returns them so that you can sort them out yourself according to whatever format your environment gives you. It returns a query rather than an array.
I'll publish this new version after the Christmas holidays although a couple of users have a pre-release version! Thank you to those of you that have tested it for me.

Comments
BlogCFC was created by Raymond Camden. This blog is running version 5.9.003. Contact Blog Owner