Opened 10 years ago
Closed 10 years ago
#9873 closed Bug report (outdated)
425 Unable to get local socket name
Reported by: | d9 | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | Cc: | ||
Component version: | Operating system type: | Windows | |
Operating system version: | 7 |
Description
I'm getting the following error running the newest version of the software and connected to an FTP with settings "active" transfer, and trying to LIST the contents of a directory.
425 Unable to get local socket name (getsockname) [126 The specified module could not be found.]
I installed FileZilla roughly 8 months ago and have been performing all regular updates to the software.
thanks,
Change History (3)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
Status: | new → moreinfo |
---|
Unfortunately the log is incomplete. A lot of lines at the beginning are missing.
Please post a complete log.
comment:3 by , 10 years ago
Resolution: | → outdated |
---|---|
Status: | moreinfo → closed |
No reply for more than 28 days.
Note:
See TracTickets
for help on using tickets.
I switched the client into debug mode and this is some further information:
Trace: CTlsSocket::OnRead()
Trace: CFtpControlSocket::OnReceive()
Response: 200 PORT command successful.
Trace: CFtpControlSocket::TransferParseResponse()
Trace: code = 2
Trace: state = 2
Trace: CFtpControlSocket::SendNextCommand()
Trace: CFtpControlSocket::TransferSend()
Trace: state = 4
Command: LIST
Trace: CTlsSocket::OnRead()
Trace: CFtpControlSocket::OnReceive()
Response: 150 Opening data connection for LIST.
Trace: CFtpControlSocket::TransferParseResponse()
Trace: code = 1
Trace: state = 4
Trace: CFtpControlSocket::SendNextCommand()
Trace: CFtpControlSocket::TransferSend()
Trace: state = 5
Trace: CTlsSocket::OnRead()
Trace: CFtpControlSocket::OnReceive()
Response: 425 Unable to get local socket name (getsockname) [126 The specified module could not be found.]
Trace: CFtpControlSocket::TransferParseResponse()
Trace: code = 4
Trace: state = 5
Trace: CFtpControlSocket::ResetOperation(2)
Trace: CControlSocket::ResetOperation(2)
Trace: CFtpControlSocket::ParseSubcommandResult(2)
Trace: CFtpControlSocket::ListSubcommandResult()
Trace: state = 3
Trace: CFtpControlSocket::ResetOperation(2)
Trace: CControlSocket::ResetOperation(2)
Error: Failed to retrieve directory listing
Trace: CFileZillaEnginePrivate::ResetOperation(2)
Status: Sending keep-alive command
Command: NOOP
Trace: CTlsSocket::OnRead()
Trace: CFtpControlSocket::OnReceive()
Response: 200 NOOP command successful.
Trace: Skipping reply after cancelled operation or keepalive command.