Fix Transmit client treating a successful PASV response as failure#85
Fix Transmit client treating a successful PASV response as failure#85michalc wants to merge 1 commit intoaio-libs:masterfrom
Conversation
|
I don't get what this solves and why multiline is a problem? |
|
@pohmelie I have amended the PR description with more details |
Codecov Report
@@ Coverage Diff @@
## master #85 +/- ##
==========================================
- Coverage 94.04% 93.98% -0.06%
==========================================
Files 7 7
Lines 1695 1695
==========================================
- Hits 1594 1593 -1
- Misses 101 102 +1
Continue to review full report at Codecov.
|
|
I think at first you should try to get feedback from Response is valid and works fine with all tools I tried. |
|
I have now emailed them, thanks. |
|
@michalc any news? |
|
I'm getting the same error - but not just in Transmit (also seeing an error while using Cyberduck). Also, the PR from @michalc doesn't seem to fix the issue; still Maybe this should be an issue instead of in here? I am using 0.0.0.0 as the bind IP, and then connecting to 127.0.0.1 - is this maybe related to passive not liking the local IP addresses? I can investigate more next weekend.. |
It will be good if you have time of course. |
This fixes PASV connections on the Transmit client, that doesn't seem to handle the multiline response. An example transcript is below.