Receiving 0 byte files
We have a recurring problem with a script that runs nightly; it works most of the time, but we occasionally get files with no contents. The log from last night is attached; the problem occurred three times last night.
I have noticed something unusual in the logs. When a successful transfer occurs, the log entries contain:
However, when we get a 0 byte file, the "Session ID reused" line is missing:
I have noticed something unusual in the logs. When a successful transfer occurs, the log entries contain:
< 2024-07-03 01:20:06.643 150 Opening BINARY mode data connection. . 2024-07-03 01:20:06.689 Session ID reused . 2024-07-03 01:20:06.689 Using TLSv1.2, cipher TLSv1.2: ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA, ECDHE-RSA-AES256-GCM-SHA384 TLSv1.2 Kx=ECDH Au=RSA Enc=AESGCM(256) Mac=AEAD . 2024-07-03 01:20:06.689 TLS connection established . 2024-07-03 01:20:06.736 Data connection closed < 2024-07-03 01:20:06.736 226 Transfer complete.
< 2024-07-03 01:20:06.924 150 Opening BINARY mode data connection. < 2024-07-03 01:20:07.049 226 Transfer complete. . 2024-07-03 01:20:07.090 Data connection closed