Closed Bug 275597 Opened 20 years ago Closed 11 years ago

FTP access at restricted servers hangs Firefox 1.0

Categories

(Core Graveyard :: Networking: FTP, defect)

1.7 Branch
x86
Windows 2000
defect
Not set
critical

Tracking

(Not tracked)

RESOLVED INCOMPLETE

People

(Reporter: h_rabe, Unassigned)

References

()

Details

(Keywords: hang)

conneting a server that needs username and password doesn't work. It runs into
endless looping (i think during the protocol processing).
Following server works well: ftp.freenet.de (public)
This server doesn't work: people-ftp.freenet.de (user webspace)
FTP applications doesn't have any problems. I think, it a problem of how the
server answers the protocol. Here the transmit filed by ftp app (something
german, sorry):
----------------------------------------------------------------------------
Status:	Verbinden mit people-ftp.freenet.de...
Status:	Verbunden mit people-ftp.freenet.de. Warten auf Willkommens-Meldung...
Antwort:	220 freenet FTP-Homepage Server ready
Befehl:	USER h_rabe
Antwort:	331 Password required for the_user.
Befehl:	PASS ***********
Antwort:	230 User the_user logged in.
Befehl:	FEAT
Antwort:	211-Features:
Antwort:	 MDTM
Antwort:	 REST STREAM
Antwort:	 SIZE
Antwort:	211 End
Befehl:	SYST
Antwort:	215 UNIX Type: L8
Status:	Verbindung hergestellt

If trying this using Firefox, it doesn't come back.
Severity: major → critical
Keywords: hang
wfm with Mozilla/5.0 (Windows; U; Windows NT 5.0; de-DE; rv:1.8a6) Gecko/20041216
(I get a username/password prompt)
(In reply to comment #1)
After reading some more bug listed dealing with problems on ftp if think the
background decribed by bug 225519 mkay be the reason for that.
Initialy the server answers (suspected) with short list instead of full list.
So it may be the described issue under 225519, isn't it ?
could be...
Is it possible that create a Packet Trace `(for example with Ethreal) ?
[change your password for that because it will be in the log]
Assignee: firefox → dougt
Component: General → Networking: FTP
Product: Firefox → Core
QA Contact: firefox.general → benc
Version: 1.0 Branch → 1.7 Branch
if I can get an account on this site, I can attempt to fix the problem.

Heiko sent me a log of the ftp traffic, however it doesn't show if the LIST
request returned any data.
Status: UNCONFIRMED → NEW
Ever confirmed: true
he wrote in my mail : 
"for the last packet no answer will be occure, still waiting infinitly."
then, comment 2 isn't the issue.

If the FTP client sends LIST and there is no reponse on either the control or
data ports, the server is busted.

Doug
mass reassigning to nobody.
Assignee: dougt → nobody
Reporter: Is this still an issue ?
needs an update
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → INCOMPLETE
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.