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

Problem with characters in password #7709

Closed
cyberduck opened this issue Jan 3, 2014 · 2 comments
Closed

Problem with characters in password #7709

cyberduck opened this issue Jan 3, 2014 · 2 comments
Assignees
Labels
bug ftp FTP Protocol Implementation thirdparty Issue caused by third party

Comments

@cyberduck
Copy link
Collaborator

aacfea4 created the issue

I have a hosting site that I can login to using ftp from Terminal.app and the ftp browser in BBEdit, but fails every time using Cyberduck:

220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
220-You are user number 3 of 50 allowed.
220-Local time is now 12:32. Server port: 21.
220-This is a private system - No anonymous login
220-IPv6 connections are also welcome on this server.
220 You will be disconnected after 15 minutes of inactivity.
USER s10999999
331 User s10999999 OK. Password required
PASS ********
530 Login authentication failed

This is how is looks using ftp from terminal:

220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
220-You are user number 2 of 50 allowed.
220-Local time is now 12:37. Server port: 21.
220-This is a private system - No anonymous login
220-IPv6 connections are also welcome on this server.
220 You will be disconnected after 15 minutes of inactivity.
Name (somewhere.com:localusername): s10999999
331 User s10999999 OK. Password required
Password: 
230 OK. Current restricted directory is /
Remote system type is UNIX.
Using binary mode to transfer files.

The password (with alpha characters changed) is as follows:

Cu$A0k5nP!)#

Password is pasted in from the clipboard for all three ftp applications.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

My guess is that you copied some whitespace appended to the password.

@cyberduck
Copy link
Collaborator Author

aacfea4 commented

The password was copied from 1Password and the same clipboard was used for all three FTP applications.

@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 thirdparty Issue caused by third party
Projects
None yet
Development

No branches or pull requests

2 participants