DirList Event
Fires for each entry returned in a directory listing.
Syntax
webdav.on('DirList', [callback])
Callback
The 'callback' is called when the 'DirList' event is emited.
function(e){ }
The argument 'e' has the following properties:
e.resourceURI e.displayName e.contentLanguage e.contentLength e.contentType e.lastModified
Remarks
The DirList event is fired when a directory listing is received as a response to ListDirectory.
The StartTransfer and EndTransfer events mark the beginning and end of the event stream.