Opened 8 years ago
Closed 8 years ago
#11072 closed Bug report (fixed)
Unable to connect on PowerPC64
Reported by: | Mingcong Bai | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | Cc: | ||
Component version: | Operating system type: | Linux | |
Operating system version: | AOSC OS |
Description
I was not able to connect a SFTP/SCP server on a PowerPC64 Linux, the error shows:
Status: Connecting to nnn.nnn.nnn.nnn:nnn...
Status: Connected to nnn.nnn.nnn.nnn
Error: unable to understand SFTP response packet from server: request ID mismatch
Error: Could not connect to server
Status: Waiting to retry...
Status: Connecting to nnn.nnn.nnn.nnn:nnn...
Response: fzSftp started, protocol_version=7
Command: open "nnn.nnn.nnn.nnn" nnn
Command: Pass: *
Status: Connected to nnn.nnn.nnn.nnn
Error: unable to understand SFTP response packet from server: request ID mismatch
Error: Could not connect to server
The same version of FileZilla, linked against libraries of the same versions worked fine on ARMv7, ARMv8, AMD64.
FileZilla Client
Version: 3.22.2.2
Build information:
Compiled for: powerpc64-aosc-linux-gnu
Compiled on: powerpc64-aosc-linux-gnu
Build date: 2016-11-04
Compiled with: gcc (GCC) 6.2.0 20160822 (AOSC OS, Core)
Compiler flags: -pipe -Wno-error -fstack-protector-strong --param=ssp-buffer-size=4 -fomit-frame-pointer -O2 -m64 -mtune=G5 -maltivec -maltivec=be -mabi=altivec -msecure-plt -mhard-float -fira-loop-pressure -fira-hoist-pressure -ftree-vectorize -specs=/usr/lib/autobuild3/specs/hardened-cc1 -fpermissive -fdeclone-ctor-dtor -ftree-vectorize -Wall -g
Linked against:
wxWidgets: 3.0.2
GnuTLS: 3.4.15
SQLite: 3.15.1
Operating system:
Name: Linux 4.8.6-aosc-main ppc64
Version: 4.8
Settings dir: /home/jeffbai/.config/filezilla/
Attachments (1)
Change History (3)
by , 8 years ago
Attachment: | sftp.c.patch added |
---|
comment:1 by , 8 years ago
Status: | new → moreinfo |
---|
comment:2 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | moreinfo → closed |
Yes, the patch indeed fixes the issue.
There seems to be a type mismatch with some implicit pointer casts in PuTTY. Please try compiling FileZilla with this experimental patch.