On Thu, 6 Oct 2005, Neil A. Hillard wrote:
o Squid issues a PORT command (Active FTP connection).
Ok.
o FTP server acknowledges with a 200.
Ok.
o Squid issues LIST command
Ok.
o FTP server establishes data connection to Squid (three-way handshake
successful).
Ok.
o FTP server issues:
125 Data connection already open; transfer starting.
Not OK. This should have been a
150 File status okay; about to open data connection.
125 is a very special case, only used if a prior file transfer failed
leaving an already established data transfer unused.
What kind of FTP server is this?
Regards
Henrik