Closed
Bug 83556
Opened 24 years ago
Closed 24 years ago
FTP Does not produce RAW Content
Categories
(Core Graveyard :: Networking: FTP, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.2
People
(Reporter: dougt, Assigned: dougt)
References
Details
(Keywords: testcase, Whiteboard: ready to check in.)
Attachments
(1 file)
Embedders may/will want to use raw content if using ftp. Current ftp only can
output html-indexed or html. This is unfortunate since it may be easier for
embedders to directly use ls-format.
Assignee | ||
Comment 1•24 years ago
|
||
![]() |
||
Comment 3•24 years ago
|
||
how about using PRPackedBool's instead of PRBool's ?
otherwise, sr=darin
Assignee | ||
Comment 4•24 years ago
|
||
packbool's had problems with the pref api. I didn't want to cast when using them.
thanks.
Whiteboard: ready to check in.
Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.9.2
![]() |
||
Comment 5•24 years ago
|
||
a=blizzard for the trunk
Assignee | ||
Comment 6•24 years ago
|
||
thanks.
Checking in nsFtpConnectionThread.cpp;
/cvsroot/mozilla/netwerk/protocol/ftp/src/nsFtpConnectionThread.cpp,v <--
nsFtpConnectionThread.cpp
new revision: 1.176; previous revision: 1.175
done
Checking in nsFtpConnectionThread.h;
/cvsroot/mozilla/netwerk/protocol/ftp/src/nsFtpConnectionThread.h,v <--
nsFtpConnectionThread.h
new revision: 1.79; previous revision: 1.78
done
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Updated•2 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•