Opened 21 years ago

Last modified 21 years ago

#290 closed Bug report

fail on download file under ssl on proftpd with mod_tls

Reported by: anonymous Owned by:
Priority: normal Component: Other
Keywords: Cc: Tim Kosse
Component version: Operating system type:
Operating system version:

Description

While I download file from Linux server which installed
proftpd with mod_tls, I find that filezilla will not
disconnect the data channel after the file is completely
sent out.

Change History (1)

comment:1 by Tim Kosse, 21 years ago

It is the server's task to close the connection after a download
has been finished.
To make sure this is really a problem with FileZilla and not
with your server, please enable "Trace messages from the ftp
engine" on the debug page in the settings dialog of FileZilla
and then download a file from the server.
If the server correctly closes the connection, the following line
would appear in the message log:
Trace: TransferSocket.cpp(412): OnClose(0)
(The numbers may vary)

Note: See TracTickets for help on using tickets.