web_service: introduce FTPConnector.listFiles sort_on operator
This allows sorting the list of filenames, by size ( sort_on="st_size" ), by modification date ( sort_on="st_mdate" )
Showing
Please register or sign in to comment
This allows sorting the list of filenames, by size ( sort_on="st_size" ), by modification date ( sort_on="st_mdate" )