Closed
Bug 145018
Opened 23 years ago
Closed 23 years ago
An Alert window pops up, with the message "500 Syntax error, command unrecognized".
Categories
(Core :: Networking: FTP, defect)
Tracking
()
People
(Reporter: op, Assigned: bbaetz)
References
()
Details
(Keywords: qawanted)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (OS/2; U; Warp 4.5; en-US; rv:1.0rc2) Gecko/20020510
BuildID: 20020510
An Alert window pops up, with the message "500 Syntax error, command
unrecognized". The Ftp site is not loaded. I have tested also with older builds
0.99 and 1.00 RC1.
Reproducible: Always
Steps to Reproduce:
1.Type "ftp://jma.dnsalias.com/osfree/" innthe URL field.
2.Press Enter
3.
Actual Results: Alert window pops up, with the message "500 Syntax error,
command unrecognized". The Ftp site is not loaded.
Expected Results: Load the Ftp site.
Comment 1•23 years ago
|
||
Confirmed with Linux/2002-05-15-07
It looks like the ascii art is confusing mozilla
Assignee | ||
Comment 2•23 years ago
|
||
mkaply: This is an OS2 server
However, it doesn't support PASV. A command line ftp client fails for me (I'm
behind a NAT router, so even if we supported PORT, it wouldn't work)
I guess this is a dupe of bug 465, but PORT won't work for lots of people - this
is really a server config thing.
*** This bug has been marked as a duplicate of 465 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
REOPEN: (dougt made PASV fixable, which means if this is not caused by our PASV
request, but something else, it is a separate problem.)
I think we are breaking somewhere in the request commands, because there is no
500 error generated by PASV, and the banner did not contain the "500" that the
error dialog displays.
230- __ ______ ______
230- / /\ / __ /\ / ____/\ [-> Welcome <-----------------------]
230- / / / / /_/ / / / /_____/ Welcome to this InetPowerServer
230- / / / / ____/ / /___ /\ powered site, all activity on this
230- / / / / / ____/ _\__/ / / site will be logged, if you don't
230-/_/ / /_/ / /_____/ / like that, please disconnect now.
230-\__/ \__/ \______/ v0.9.5 [-> 17:26:02 <-------> 2002/05/20 <-]
230-
230-[-> SERVER/CONNECTION INFORMATION <-][-> USER STATS - Retrieved Stored <-]
230- Server uptime: 13/04:24:07 File count...: 1792 13
230- Connections..: 1 KByte count..: 450094 20129
230- Idle time-out: 300 seconds High KBytes/s: 9 45
230- Client host..: <216.175.108.206>
230-[------------------------------------------------------------------------]
230 Guest login ok.
Assignee | ||
Comment 4•23 years ago
|
||
If you telnet manually to port 21, the server doesn't like PASV, but its happy
with pasv.
Its happy with PORT, so this is a dupe of bug 465, or its INVALID.
*** This bug has been marked as a duplicate of 465 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago → 23 years ago
Resolution: --- → DUPLICATE
Did I do this right?
telnet jma.dnsalias.com 21
Trying 194.236.62.32...
Connected to as8-1-6.kp.g.bonet.se.
Escape character is '^]'.
220 FtpServer 1.10 ready
USER anonymous
331 Send e-mail address as password.
PASS benc@netscape.com
230 Login OK.
PASV
227 Entering passive mode (194,236,62,32,234,96)
Comment 6•22 years ago
|
||
I don't think this is setup right anymore. The osfree directory isn't there (I
checked IE and Moz)
You need to log in
before you can comment on or make changes to this bug.
Description
•