On Wed, Jul 21, 2004 at 12:41:12AM -0700, Vahid Pazirandeh wrote: > Another problem is the connection to the source site keeps breaking after each > time lftp receive denied commands for DELE and STOR in this cycle. Eventually
This may be necessary. If source ftp server does accept() call, ABOR command cannot interrupt it in many ftp server implementations. So closing control connection is the only way. -- Alexander.
