Discussion:
lftp close connection
Sven Bloch
2013-03-27 05:29:31 UTC
Permalink
Hello,

Im using lftp to upload my backups to several servers (drftpd).
Since few week i have some Probleme with it.

<--- 200 Command okay
---> USER xxxxxx
<--- 227- Using master for upcoming transfer
<--- 227 Entering Passive Mode (188,165,231.xxx,193,221).
---- Verbinde Daten Socket mit (188.165.231.xxx) Port 49629
---- Datenverbindung hergestellt
---> LIST
<--- 331 Password required for xxxxx.
---> PASS xxxxx
<--- 150 File status okay; about to open data connection.
Certificate: CN=drftpd
Issued by: CN=drftpd
WARNING: Certificate verification: Not trusted
WARNING: Certificate verification: The certificate's owner does not
match hostname '188.165.231.xxx'


<--- 230 user logged in successfully.
---> PBSZ 0
<--- 226 Closing data connection
---- Got EOF on data connection
---- Schließe den Daten Socket


I get often this errors. I dont know why lftp close the connection.
Maybe you have a bug in your new version?
Im using LFTP | Version 4.0.6


Thank you!!
Alexander V. Lukyanov
2013-04-16 05:30:40 UTC
Permalink
Post by Sven Bloch
<--- 226 Closing data connection
---- Got EOF on data connection
---- Schließe den Daten Socket
I get often this errors. I dont know why lftp close the connection.
I don't see any error here. lftp closes the data socket because the
server has closed the data connection.
--
Alexander.
Loading...