Closed
Bug 10737
Opened 25 years ago
Closed 25 years ago
[DOGFOOD] sched - get ftp download going (judson, 2d)
Categories
(Core :: Networking, defect, P1)
Tracking
()
VERIFIED
FIXED
M12
People
(Reporter: chofmann, Assigned: law)
References
Details
(Whiteboard: [PDT+] 11/19 completion)
Reporter | ||
Updated•25 years ago
|
Blocks: 10730
Summary: sched - get ftp download going (judson, 2d) → sched - get ftp download going (judson, 2d)
*** Bug 10991 has been marked as a duplicate of this bug. ***
Updated•25 years ago
|
Target Milestone: M9
Comment 2•25 years ago
|
||
This is needed for m9.
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M9 → M10
Comment 4•25 years ago
|
||
We can currently download files via ftp from anonymous servers. However, we
aren't displaying directory listings until the appropriate hookup occurs in the
parser. rickg has most, if not all, of this work done, but I won't be able to
get ahold of him until Monday 7/16/99 when he returns to hook it up. Holes still
include authenticaion, and dir display. I'm moving this to M10 as to stop
holding up M9. Progress is steady and problems are understood.
Comment 7•25 years ago
|
||
Mac M9 crashes while trying to follow ftp url on www.gnu.org/software/libc/
libc.html
Link that crashes is the one that says `2.1.1'.
Comment 9•25 years ago
|
||
To save time, let me propose the following. Instead of using the nsIPrompt
interface when you implement this authentication, use the single-signon
interface instead. It's the same API (same name, almost the same parameters)
and puts up the same prompt dialog. Only difference is that it gives single
signon a chance to autofill and capture the password. It will take you the same
amount of time to hook up either interface and it will save me the time of later
converting over what you have done.
Same applies to http authentication which is covered by bug 6144. I have made
the same comment in that bug report.
Updated•25 years ago
|
Target Milestone: M10 → M13
Updated•25 years ago
|
Whiteboard: waiting on save as dialog stuff from bill law.
Reporter | ||
Comment 10•25 years ago
|
||
jud,
should this bug go over to law?
is the rest of ftp working?
Reporter | ||
Comment 11•25 years ago
|
||
the tree view is cool!
I step down through
ftp://sweetlou/products
client
seamonkey
...
...
...
when I get down to the file name level the names of file are cut out
so its a lot of guess work about which file to pick..
I click on the file and got a save dialog.
the dialog doesn't use the file name as default.
if I type in the file name then hit return
it appears that file is being downloaded but then I see a flash of
what might be an error and can find the downloaded file.
Short after that I crashed with this stack
Incident ID 14141420
nsStr::Truncate [d:\builds\seamonkey\mozilla\xpcom\ds\nsStr.cpp, line 306]
nsCString::Assign [d:\builds\seamonkey\mozilla\xpcom\ds\nsString.cpp, line 760]
nsCAutoString::operator=
nsFtpConnectionThread::Process
[d:\builds\seamonkey\mozilla\netwerk\protocol\ftp\src\nsFtpConnectionThread.cpp,
line 263]
nsFtpConnectionThread::Run
[d:\builds\seamonkey\mozilla\netwerk\protocol\ftp\src\nsFtpConnectionThread.cpp,
line 1835]
We most likely need separate bugs for all these problems, but is
this an roughly accruate picture of current state of ftp?
Reporter | ||
Comment 12•25 years ago
|
||
jud,
should this bug go over to law?
is the rest of ftp working?
Updated•25 years ago
|
Assignee: valeski → law
Status: ASSIGNED → NEW
Comment 13•25 years ago
|
||
reassigning to law. The crash you describe is likely mine, but law and I have
discussed this download stuff and he's working on the download
unknown-content-type dialog.
Bill, if you'll recall, we need a way to transfer stream control so we don't
download twice.
Whiteboard: waiting on save as dialog stuff from bill law. → [PDT+]waiting on save as dialog stuff from bill law.
Comment 14•25 years ago
|
||
Putting on PDT+ radar.
Assignee | ||
Comment 15•25 years ago
|
||
I need to overhaul the guts of the file download dialog to deal with Necko vs.
the old netlib. This is approaching the top of my list of priorities.
Assignee | ||
Comment 16•25 years ago
|
||
*** Bug 17554 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 18•25 years ago
|
||
*** Bug 18016 has been marked as a duplicate of this bug. ***
Comment 19•25 years ago
|
||
Bill, why is this M13?
Comment 20•25 years ago
|
||
This should be M12 please.
Comment 21•25 years ago
|
||
Yep, and I was just moving back there. :-)
Priority: P3 → P1
Whiteboard: [PDT+]waiting on save as dialog stuff from bill law. → [PDT+] 11/26??? completion
Comment 22•25 years ago
|
||
Enough of this will be done by 11/19 to qualify for dogfood. Until Necko and
Webshell changes the world.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 23•25 years ago
|
||
OK, we got this working and checked in last week. I'm going to attempt to close
this bug as fixed.
Most of the bugs that were made duplicates of this one were actually more
generic ftp issues (not "ftp download" per se). But, those problems should have
been fixed some time ago.
There are still miscellaneous cosmetic issues with "ftp download" (e.g., the
buttons are ugly). Those either are addressed by existing bugs or should be
addressed with new, specific bugs (please). There is also some work that will
be done on the implementation to resolve some remaining difficulties. Those
problems are covered by existing bugs, also.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 24•25 years ago
|
||
Tested good on 1999112313 build. Closing this out.
Comment 25•25 years ago
|
||
Bulk move of all Necko (to be deleted component) bugs to new Networking
component.
You need to log in
before you can comment on or make changes to this bug.
Description
•