thanks - this reconnects again like 3.5 but there is something more
subtle going on.

3.5 would complete after 1 (2?) disconnects.. The 3.5.11.out file shows an
increment of port 49769 -> 49772 which is the winning port.. it seems lftp has
hidden how crappy proftpd is all this time?

this patch make 3.6 just keep reconnecting and having hte same result.:

<--- 227 Entering Passive Mode (86,54,104,10,197,83).
---- Connecting data socket to (86.54.104.10) port 50515
---- Data connection established
---> NLST
<--- 226 Transfer complete.
**** data-socket: Connection reset by peer
---- Closing data socket
---> PASV
<--- 227 Entering Passive Mode (86,54,104,10,197,84).
---- Connecting data socket to (86.54.104.10) port 50516
---- Data connection established
---> NLST
<--- 226 Transfer complete.
**** data-socket: Connection reset by peer
---- Closing data socket
---> PASV                                               
<--- 227 Entering Passive Mode (86,54,104,10,197,85).
---- Connecting data socket to (86.54.104.10) port 50517
---- Data connection established
---> NLST
<--- 226 Transfer complete.
**** data-socket: Connection reset by peer
---- Closing data socket
Interrupt                   

and so on..
-- 
 http://devblog.playlouder.com/

Reply via email to