File Transfer Issue 5.9.5
Hello,
We are using the NuGet package 5.9.5 currently and experiencing an oddity when transferring some files. Seemingly randomly the process does not fully complete. Sometime it take multiple attempts but eventually they do work.The below logs are one failed attempt and one successful attempt for the same file transfer, attempted ~20 minutes apart.
When the process fails, the logs look like this:
When the process is successful the logs look like this:
Is there anything else we could do to troubleshoot where this thing is going sideways? The recipient of the files is becoming impatient with delays we can't seem to control.
Thanks!
We are using the NuGet package 5.9.5 currently and experiencing an oddity when transferring some files. Seemingly randomly the process does not fully complete. Sometime it take multiple attempts but eventually they do work.The below logs are one failed attempt and one successful attempt for the same file transfer, attempted ~20 minutes apart.
When the process fails, the logs look like this:
< 2024-02-21 08:54:51.249 125 Data connection already open; transfer starting. . 2024-02-21 08:54:51.343 Using TLSv1.2, cipher TLSv1/SSLv3: 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-02-21 08:54:51.359 TLS connection established < 2024-02-21 08:54:51.453 226 Closing data connection, Binary transfer complete. . 2024-02-21 08:54:51.453 Upload successful . 2024-02-21 08:54:51.468 Transfer done: 'insert actual file path here' [240]
< 2024-02-21 08:35:25.778 125 Data connection already open; transfer starting. . 2024-02-21 08:35:25.856 Using TLSv1.2, cipher TLSv1/SSLv3: 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-02-21 08:35:25.872 TLS connection established < 2024-02-21 08:35:25.965 226 Closing data connection, Binary transfer complete. . 2024-02-21 08:35:25.981 Upload successful . 2024-02-21 08:35:25.981 Transfer done: 'insert actual file path here' [240] > 2024-02-21 08:35:26.185 Script: exit . 2024-02-21 08:35:26.186 Script: Exit code: 0 . 2024-02-21 08:35:26.186 Disconnected from server
Thanks!