Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FTP Feature 'File transfer: use browser connection' does not work #10704

Closed
cyberduck opened this issue May 19, 2019 · 2 comments
Closed

FTP Feature 'File transfer: use browser connection' does not work #10704

cyberduck opened this issue May 19, 2019 · 2 comments

Comments

@cyberduck
Copy link
Collaborator

d458273 created the issue

To reproduce:

  1. Using Cyberduck 6.9.4 on Mac OSX (I am using 10.14.4) define an FTP connection with this parameters https://i.imgur.com/ILpx6h0.png (notice the 'Use browser connection' and 'PASV' settings)

  2. Setup a network sniffer to view the cyberduck traffic (I am using Wireshark)

  3. Establish the ftp connection and open a directory with a file.

  4. Initiate a Download operation and view the captured packets in the network sniffer.

Expected: Cyberduck use the existing FTP control connection to initiate a PASV file transfer (as it does when opening a sub directory in the FTP browser)

Actual: Cyberduck tries to open a new command connection at the host FTP port (viewed as a SYNC packet).

Impact: this prevents using Cyberduck with network appliances that are limited to a single FTP connection. FileZilla on the other hand works as expected with those appliances.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Duplicate for #10706.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Ticket retargeted after milestone deleted

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant