Opened 8 years ago
Closed 8 years ago
#11048 closed Bug report (fixed)
fix EPSV parsing in FZ 3.22.2-rc1
Reported by: | Tommy Wu | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | Cc: | ||
Component version: | Operating system type: | Windows | |
Operating system version: |
Description
it's failed to connect via HTTP proxy in 3.22.2-rc1.
can't get the correct port number in EPSV response.
this patch will fix this issue.
Attachments (1)
Change History (2)
by , 8 years ago
Attachment: | filezilla_fix_epsv.patch added |
---|
comment:1 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thanks for the patch. I've fixed it in a slightly different way to avoid a call to substr, which has been the intention behind the change that broke the parsing.
Note:
See TracTickets
for help on using tickets.
fix epsv parse