On Sun, 08 Sep 2002 16:20:28 +0200, Andreas Otte wrote: > > The only way I can think of for ftp is to read the listing of the > directory, send it through the nsFTPDirListingConv code and grab the > date of the right file. No headers here ...
You could QI to nsIResumableChannel, and try to get teh resumable entity, which has the timestamp on it. Since FTP doesn't know if a server allows resuming wihtout trying it, I think it returns resumable entities for every file. Maybe we need an nsIMetaInfo interface, or something.... Bradley
