Opened 22 years ago

Last modified 22 years ago

#53 closed Bug report

problem with multiline reply?

Reported by: rbla Owned by: Tim Kosse
Priority: low Component: Other
Keywords: Cc: rbla, Tim Kosse
Component version: Operating system type:
Operating system version:

Description

try connecting to sunsite.informatik.rwth-aachen.de
filezilla (tested 1.7 and 1.7b) gives a timeout (when
not stopping it manually)
i also tried ncftp and manual telnet connection, both is ok

maybe the problem ist the multiline reply (described on
page 36 of rfc 959)

log follows:

FileZilla started (12/04/2001 10:45:42)
Status:
Verbinden mit sunsite.informatik.rwth-aachen.de...
Status:
Verbinde mit sunsite.informatik.rwth-aachen.de. Warten
auf Willkommens Mitteilung...
Antwort:
220 ProFTPD 1.2.2rc1 Server (SunSITE Central Europe)
[sunsite.informatik.rwth-aachen.de]
Befehl:
USER anonymous
Antwort:
331 Anonymous login ok, send your complete email
address as your password.
Befehl:
PASS *
Antwort:
230-Welcome to SunSITE CEUR!
Antwort:

Antwort:

---- Note -----

Antwort:

Due to bandwidth - problems we have reduced the

Antwort:

maximum transfer rate for certain files (especially

Antwort:

some iso-CD images). Users from inside RWTH Aachen,

Antwort:

please use ftp://sunsite.informatik.rwth-aachen.de:2121

Antwort:

to access the SunSITE without bandwidth limitations.

Antwort:

---- Note ----

Antwort:

Antwort:
230 Anonymous access granted, restrictions apply.
Fehler:
Abbruch durch Benutzer!

telnet log:

$ telnet sunsite.informatik.rwth-aachen.de 21
Trying 137.226.116.98...
Connected to star.informatik.rwth-aachen.de.
Escape character is ']'.
220 ProFTPD 1.2.2rc1 Server (SunSITE Central Europe)
[sunsite.informatik.rwth-aachen.de]
user anonymous
331 Anonymous login ok, send your complete email
address as your password.
pass rbla@…
230-Welcome to SunSITE CEUR!

---- Note -----
Due to bandwidth - problems we have reduced the
maximum transfer rate for certain files (especially
some iso-CD images). Users from inside RWTH Aachen,
please use ftp://sunsite.informatik.rwth-aachen.de:2121
to access the SunSITE without bandwidth limitations.
---- Note ----

230 Anonymous access granted, restrictions apply.
pwd
257 "/" is current directory.
quit
221 Goodbye.
Connection closed by foreign host.

Attachments (1)

ControlSocket.cpp.diff (1.7 KB ) - added by rbla 22 years ago.
patch

Download all attachments as: .zip

Change History (3)

by rbla, 22 years ago

Attachment: ControlSocket.cpp.diff added

patch

comment:1 by rbla, 22 years ago

problem is the incorrect parsing for multiline end
"---- Note ----" is incorrectly interpreted as new multiline

the attached patch should fix it
(i cant test, as i dont have VC++)

comment:2 by Tim Kosse, 22 years ago

Thanks for the patch, it works very well.

Note: See TracTickets for help on using tickets.