Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

LALILU

It happens randomly.
Not on a specific file, duration or cycle of deletions.
I wrote my hoster already and waiting for their response of the server-logs.
martin

Re: TLS Connection aborted during deleting files

It's probably not TLS-related. It's rather that the FTP server simply closes a connection abruptly.
Does it happen always with the same file? Or randomly?
LALILU

TLS Connection aborted during deleting files

Hi Martin,

during deleting files, the connection to the ftp-server aborts by a TLS layer change.
Here the Debug2-log from the connection:

. 2018-11-28 10:04:51.996 Got reply 1 to the command 32

. 2018-11-28 10:04:51.996 Deleting file "/htdocs/nextcloud-13.0.8/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-13.ser".
> 2018-11-28 10:04:51.997 DELE /htdocs/nextcloud-13.0.8/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-13.ser
< 2018-11-28 10:04:52.014 250 DELE command successful
. 2018-11-28 10:04:52.014 Got reply 1 to the command 32
. 2018-11-28 10:04:52.014 Deleting file "/htdocs/nextcloud-13.0.8/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-14.ser".
> 2018-11-28 10:04:52.014 DELE /htdocs/nextcloud-13.0.8/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-14.ser
. 2018-11-28 10:04:52.032 TLS layer changed state from connected to aborted
. 2018-11-28 10:04:52.032 Verbindung zum entferneten Rechner abgebrochen
. 2018-11-28 10:04:52.032 Got reply 1004 to the command 32
* 2018-11-28 10:04:52.041 (ESshFatal) **Verbindung verloren.**
* 2018-11-28 10:04:52.041 Verbindung zum entferneten Rechner abgebrochen
* 2018-11-28 10:04:52.041 Fehler beim Löschen der Datei '/htdocs/nextcloud-13.0.8/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-14.ser'.
* 2018-11-28 10:04:52.041 Fehler beim Löschen der Datei '/htdocs/nextcloud-13.0.8/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset'.
* 2018-11-28 10:04:52.041 Fehler beim Löschen der Datei '/htdocs/nextcloud-13.0.8/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim'.
* 2018-11-28 10:04:52.041 Fehler beim Löschen der Datei '/htdocs/nextcloud-13.0.8/3rdparty/patchwork/utf8/src/Patchwork/PHP'.
* 2018-11-28 10:04:52.041 Fehler beim Löschen der Datei '/htdocs/nextcloud-13.0.8/3rdparty/patchwork/utf8/src/Patchwork'.
* 2018-11-28 10:04:52.041 Fehler beim Löschen der Datei '/htdocs/nextcloud-13.0.8/3rdparty/patchwork/utf8/src'.
* 2018-11-28 10:04:52.041 Fehler beim Löschen der Datei '/htdocs/nextcloud-13.0.8/3rdparty/patchwork/utf8'.
* 2018-11-28 10:04:52.041 Fehler beim Löschen der Datei '/htdocs/nextcloud-13.0.8/3rdparty/patchwork'.
* 2018-11-28 10:04:52.041 Fehler beim Löschen der Datei '/htdocs/nextcloud-13.0.8/3rdparty'.
* 2018-11-28 10:04:52.041 Fehler beim Löschen der Datei 'nextcloud-13.0.8'.


Regards