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

Aborted file transfer with 421 Service not available, closing control connection #10096

Closed
cyberduck opened this issue Oct 3, 2017 · 1 comment
Assignees
Labels
bug ftp FTP Protocol Implementation worksforme
Milestone

Comments

@cyberduck
Copy link
Collaborator

a6c8a9a created the issue

Connecting to our servers to get some .zip archive fails with Cyberduck (see log below) while doing mget from command line works fine.
The error messages are below (421 Service not available, closing control connection.)

Not sure it is relevant but that it seems from logs that a PASV command is issued while the Cyberduck configuration is to use Active.

-**** Log from Cyberduck *****

PORT 131,176,36,203,206,5
200 PORT command successful.
MLSD
150 File status okay; about to open data connection.
type=cdir;sizd=4096;modify=20171003105252;UNIX.mode=02775;UNIX.uid=583;UNIX.gid=581;unique=811g9352003; .
type=pdir;sizd=4096;modify=20171003102857;UNIX.mode=02755;UNIX.uid=583;UNIX.gid=581;unique=811g6ebc067; ..
type=file;size=579;modify=20171003105252;UNIX.mode=0774;UNIX.uid=583;UNIX.gid=581;unique=811g9352005; RELEASE-NOTES-DFDL4S-V01.04.02.00.txt
type=file;size=30489177;modify=20171003105300;UNIX.mode=0774;UNIX.uid=583;UNIX.gid=581;unique=811g9352004; dfdl4s_dist.zip
226 Transfer complete, closing data connection.
TYPE I
200 Command okay.
PORT 131,176,36,203,206,6
200 PORT command successful.
RETR /products/DFDL4S/sw/2017.10.03_V01.04.02.00/RELEASE-NOTES-DFDL4S-V01.04.02.00.txt
150 File status okay; about to open data connection.
226 Transfer complete, closing data connection.
TYPE I
200 Command okay.
PORT 131,176,36,203,206,7
200 PORT command successful.
RETR /products/DFDL4S/sw/2017.10.03_V01.04.02.00/dfdl4s_dist.zip
TYPE I
200 Command okay.
PORT 131,176,36,203,206,13
200 PORT command successful.
RETR /products/DFDL4S/sw/2017.10.03_V01.04.02.00/dfdl4s_dist.zip
150 File status okay; about to open data connection.
PASV
421 Service not available, closing control connection.
TYPE I
200 Command okay.
PORT 131,176,36,203,206,15
200 PORT command successful.
RETR /products/DFDL4S/sw/2017.10.03_V01.04.02.00/dfdl4s_dist.zip
150 File status okay; about to open data connection.
PASV
421 Service not available, closing control connection.
TYPE I
200 Command okay.
PORT 131,176,36,203,206,17
200 PORT command successful.
RETR /products/DFDL4S/sw/2017.10.03_V01.04.02.00/dfdl4s_dist.zip
150 File status okay; about to open data connection.
PASV
421 Service not available, closing control connection.
TYPE I
200 Command okay.
PORT 131,176,36,203,206,19
200 PORT command successful.

Attachments

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Disable connect mode fallback in 14a9811.

@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.
Labels
bug ftp FTP Protocol Implementation worksforme
Projects
None yet
Development

No branches or pull requests

2 participants