On Sat, 13 Apr 2013, David Strauss wrote:
While I initially assumed it would be outside the scope of libcurl, I noticed that the SFTP and FTP implementations include directory listings.
The biggest difference for those protocols I believe, is that they A) have directory listing as part of their protocol concepts and B) don't need any extra 3rd party lib to handle the directory linstings. HTTP has no directory listings. PROPFIND is "just" webdav which is a protocol on top of HTTP.
Is there interest in ls-style output for WebDAV, provided the path ends in a slash and an option gets set?
To me it feels like a layering violation, but I'm open for what others think and say.
-- / daniel.haxx.se ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
