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

Login failure transferring file #9616

Closed
cyberduck opened this issue Jul 3, 2016 · 3 comments
Closed

Login failure transferring file #9616

cyberduck opened this issue Jul 3, 2016 · 3 comments
Assignees
Labels
bug sftp SFTP Protocol Implementation worksforme
Milestone

Comments

@cyberduck
Copy link
Collaborator

68e4af0 created the issue

Hi,

I'm using Cyberduck Mac 5.0.3 (20504).

Step to reproduce:
1 Login to a SFTP server. Successful. File list is loaded correctly.
2 Copy a file to my home folder. Successful.
3 Copy another file to the same folder (no permission problem, of course). Login Failed window pops up. Typing in same password again. File copying successful.

Expected Result:

Copy files continuously without auth problem.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

I cannot reproduce the issue here. Please post the transcript from the log drawer of the Transfers and Browser window. Choose ⌘-L on Mac or right-click the toolbar from the Transfers window and choose Log on Windows.

@cyberduck
Copy link
Collaborator Author

68e4af0 commented

Hi

Here is transcript from Transfers

1 OPENDIR
2 READDIR
3 READDIR
4 CLOSE
5 OPEN
6 WRITE
7 CLOSE

Login failed happened here.

1 OPENDIR
2 READDIR
3 READDIR
4 CLOSE
5 OPEN
6 WRITE
7 WRITE
8 WRITE
9 WRITE
10 WRITE
11 WRITE
12 WRITE
13 WRITE
14 WRITE
15 WRITE
16 WRITE
17 WRITE
18 WRITE
19 WRITE
20 WRITE
21 WRITE
22 WRITE
23 WRITE
24 WRITE
25 WRITE
26 WRITE
27 WRITE
28 WRITE
29 WRITE
30 WRITE
31 WRITE
32 WRITE
33 WRITE
34 WRITE
35 WRITE
36 WRITE
37 WRITE
38 WRITE
39 WRITE
40 WRITE
41 WRITE
42 WRITE
43 WRITE
44 WRITE
45 WRITE
46 CLOSE

Here is transcript for Browser

29 OPENDIR
30 READDIR
31 READDIR
32 CLOSE

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Please try to change the setting for the number of connections of file transfer as described in (https://trac.cyberduck.io/wiki/help/en/howto/transfer#MultipleConnections). Please choose Preferences → Transfers → Transfer Files → Open new connection instead of the default to open multiple connections.

@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 sftp SFTP Protocol Implementation worksforme
Projects
None yet
Development

No branches or pull requests

2 participants