Opened 40 hours ago
#13222 new Bug report
SFTP Transfers stall
Reported by: | klam0 | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | transfer stall | Cc: | |
Component version: | Operating system type: | Windows | |
Operating system version: | Windows Server 2019 |
Description
When transfering files (downloads) sometimes it just stalls, there is no progress in the Filezilla client anymore. I got the following two cases from the Message Log in verbose mode:
11:44:28 Trace: CSftpChangeDirOpData::ParseResponse() in state 2 11:44:28 Trace: CControlSocket::ResetOperation(0) 11:44:28 Trace: CSftpChangeDirOpData::Reset(0) in state 2 11:44:28 Trace: CSftpFileTransferOpData::SubcommandResult(0) in state 1 11:44:28 Trace: CSftpControlSocket::SetAsyncRequestReply 11:44:28 Trace: CControlSocket::SendNextCommand() 11:44:28 Trace: CSftpFileTransferOpData::Send() in state 4 11:44:28 Command: reget "file" "X:\file" 11:44:28 Command: remote:/file => local:X:\file 11:46:47 Trace: Network error: Software caused connection abort 11:46:47 Trace: Got eof from child process 11:46:48 Trace: CControlSocket::ResetOperation(66) 11:46:48 Trace: CSftpFileTransferOpData::Reset(66) in state 4 11:46:48 Error: File transfer failed after transferring 27,262,976 bytes in 139 seconds 11:46:48 Trace: Could not read from child process with error 4, raw error 109 --- 16:11:31 Trace: CSftpConnectOpData::ParseResponse() in state 3 16:11:31 Trace: CControlSocket::ResetOperation(66) 16:11:31 Trace: CSftpConnectOpData::Reset(66) in state 3 16:11:31 Trace: CControlSocket::ResetOperation(66) 16:11:31 Trace: CSftpFileTransferOpData::Reset(66) in state 0 16:11:31 Error: File transfer failed 16:11:31 Trace: CControlSocket::SendNextCommand() 16:11:31 Trace: CSftpConnectOpData::Send() in state 0 16:11:31 Status: Connecting to x.com:22... 16:11:31 Trace: Going to execute C:\Program Files\FileZilla FTP Client\fzsftp.exe 16:11:31 Response: fzSftp started, protocol_version=11 16:11:31 Trace: CSftpConnectOpData::ParseResponse() in state 0 16:11:31 Trace: CControlSocket::SendNextCommand() 16:11:31 Trace: CSftpConnectOpData::Send() in state 3 16:11:31 Command: open "x@x.com" 22 16:11:31 Trace: Looking up host "x.com" for SSH connection 16:11:31 Trace: Could not read from child process with error 4, raw error 109
Both end with this line "Could not read from child process with error 4, raw error 109". Stopping or starting the process queue has no effect anymore.
From About Filezilla:
FileZilla Client ---------------- Version: 3.68.1 Build information: Compiled for: x86_64-w64-mingw32 Compiled on: x86_64-pc-linux-gnu Build date: 2024-12-19 Compiled with: x86_64-w64-mingw32-gcc (GCC) 12-win32 Compiler flags: -O2 -g -Wall -Wextra -Wno-deprecated-copy -ffunction-sections -fdata-sections -Wno-cast-function-type Linked against: wxWidgets: 3.2.5 SQLite: 3.39.4 GnuTLS: 3.8.7 Operating system: Name: Windows Server 2016 (build 17763), 64-bit edition Version: 10.0 Platform: 64-bit system CPU features: sse sse2 sse3 ssse3 sse4.1 sse4.2 avx avx2 aes pclmulqdq rdrnd lm Settings dir: C:\Users\Administrator\AppData\Roaming\FileZilla\
Note:
See TracTickets
for help on using tickets.