Closed
Bug 180206
Opened 22 years ago
Closed 22 years ago
FTP does not prompt for username/password
Categories
(Camino Graveyard :: General, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 124561
People
(Reporter: mattyx666, Assigned: bryner)
Details
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:1.0.1) Gecko/20021104 Chimera/0.6
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:1.0.1) Gecko/20021104 Chimera/0.6
when trying to connect to a private FTP server, Chimera fails to pop a dialog
requesting a login/password. This impacts my ability to remotely admin my home
G4 with FTP on.
Reproducible: Always
Steps to Reproduce:
1.Find a private FTP server
2.Try to go to it
3.
Actual Results:
"503 User anonymous unknown" message
Expected Results:
Pop up a dialog asking for login info.
Matt, both Chimera and Mozilla assume anonymous FTP if no username is given in
the URL. To explicitly specify a username in the URL, type:
ftp://username@host/
Bug 124561 addresses fallback to an authentication dialog if anonymous
connection fails, so this is probably a dup of that.
*** This bug has been marked as a duplicate of 124561 ***
URL: ftp:/
Severity: major → normal
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Component: Accessibility → General
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•