Hello! I have a question about webMethods build-in ‘pub.client.ftp.ls’.
As you know this service retrieves the file list during an FTP session.
But I found the file list’s defult sequence is order by file name.If I want
to order by files’ creation time, just like the command ‘ls -lrt’ or ‘ls -lnt’.
How can I realize it? Thanks a lot in advance.
Jack.