FileZilla Pro development here.
Customer consistently sees 'ECONNABORTED' errors while trying to upload a large file. See log excerpt below:
Command: POST /2/files/upload_session/start HTTP/1.1
Command: Authorization: *********************************************************************************************************************************************************
Command: Connection: keep-alive
Command: Content-Length: 5242880
Command: Content-Type: application/octet-stream
Command: Date: Tue, 05 Dec 2023 15:23:14 GMT
Command: Dropbox-API-Arg: { "close": false }
Command: Dropbox-API-Path-Root: {".tag": "namespace_id", "namespace_id": "<REMOVED>"}
Command: Host: content.dropboxapi.com
Command: Keep-Alive: 300
Command: User-Agent: FileZilla/3.66.2
Response: HTTP/1.1 200 OK
Response: Cache-Control: no-cache
Response: X-Content-Type-Options: nosniff
Response: X-Server-Response-Time: 908
Response: Content-Type: application/json
Response: Accept-Encoding: identity,gzip
Response: Date: Tue, 05 Dec 2023 15:22:47 GMT
Response: Server: envoy
Response: Content-Length: 87
Response: Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
Response: X-Robots-Tag: noindex, nofollow, noimageindex
Response: X-Dropbox-Response-Origin: far_remote
Response: X-Dropbox-Request-Id: cc19db53be50431a942701b9e2a367e8
Command: POST /2/files/upload_session/append_v2 HTTP/1.1
Command: Authorization: *********************************************************************************************************************************************************
Command: Connection: keep-alive
Command: Content-Length: 80248163
Command: Content-Type: application/octet-stream
Command: Date: Tue, 05 Dec 2023 15:23:16 GMT
Command: Dropbox-API-Arg: {"cursor":{"offset":5242880,"session_id":"pid_upload_session:<REMOVED>"}}
Command: Dropbox-API-Path-Root: {".tag": "namespace_id", "namespace_id": "<REMOVED>"}
Command: Host: content.dropboxapi.com
Command: Keep-Alive: 300
Command: User-Agent: FileZilla/3.66.2
Error: Socket error: ECONNABORTED - Connection aborted
Any idea of possible causes?