Closed
Bug 12904
Opened 26 years ago
Closed 26 years ago
Need ftp: directory listing
Categories
(Core :: Networking, defect, P3)
Tracking
()
VERIFIED
FIXED
M10
People
(Reporter: warrensomebody, Assigned: rickg)
References
Details
We've decided that the raw ftp directory listings should get converted to
http-index format. We've already generated that for file: directory listings,
and Chris Waterson has hooked up the front-end tree control to display them. We
need to get the DTD-based parser hooked up as a stream converter for this.
| Reporter | ||
Updated•26 years ago
|
Updated•26 years ago
|
Status: NEW → ASSIGNED
Comment 1•26 years ago
|
||
It turns out I'll be doing the raw ftp dir listing -> http-index parsing down in
the ftp protocol by hand.
| Reporter | ||
Comment 2•26 years ago
|
||
Why by hand? I thought the DTD stuff was the way to go due to the vagaries of
all the different ways we might get listings.
Comment 3•26 years ago
|
||
I think rickg was swamped by other pressing issues before he had a chance to
push this stuff (raw ftp -> http-index). I'm not saying I'd like to do it by
hand. I'd certainly prefer to use a stream converter (which gessner and I last
talked about the parser acting as in this case) to do the conversion, but I'm
not sure where gessner stands on this. Rick?
| Reporter | ||
Comment 4•26 years ago
|
||
We'll still make it a stream converter, right? It's just a question of whether
to use DTDs or not.
Rick: If you're not going to be able to get to this, please reassign to Jud.
Thanks.
Comment 5•26 years ago
|
||
sure. I'll wrap it w/ the stream conv api.
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Comment 6•26 years ago
|
||
this is done. there will be future bugs. file them seperately.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 7•26 years ago
|
||
verified, separate bugs have been filed for various problems
Bulk move of all Necko (to be deleted component) bugs to new Networking
component.
| Comment hidden (collapsed) |
You need to log in
before you can comment on or make changes to this bug.
Description
•