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 response 421 received #10349

Closed
cyberduck opened this issue Jun 5, 2018 · 2 comments
Closed

FTP response 421 received #10349

cyberduck opened this issue Jun 5, 2018 · 2 comments
Assignees
Labels

Comments

@cyberduck
Copy link
Collaborator

6a03bd9 created the issue

Hi!

I am trying to copy files from OneHub to Google Drive.

-The command I use:*

duck --copy ftps://ftp.onehub.com:2021/Hub%3Anew-toronto-courthouse/Page%3Afiles/Library%3Afiles/CyberTest_folder/ googledrive://My%20Drive/New_folder13/

-The response I get:*

Connection failed. FTP response 421 received. Server closed connection. The connection attempt was rejected. The server may be down, or your network may not be properly configured.

-I also tried to do the following:*
Select Preferences → Transfers → General → "Use Browser Connection" and "Open single connection" -- it didn't help.

How do I copy files from one server to another?


Attachments

@cyberduck
Copy link
Collaborator Author

@dkocher commented

220 Onehub, Inc. FTP Server - All actions are logged on this server
AUTH TLS
234 AUTH=TLS
USER anonymous
421 Anonymous logins not permitted.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Please try to add a username to the command like

duck --copy ftps://myuser@ftp.onehub.com:2021/Hub%3Anew-toronto-courthouse/Page%3Afiles/Library%3Afiles/CyberTest_folder/ googledrive://My%20Drive/New_folder13/

to avoid an attempt to authenticate as an anonymous user. The server reports an 421 error instead of a proper authentication failure which would trigger the login prompt unfortunately.

@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
Projects
None yet
Development

No branches or pull requests

2 participants