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

Listing directory / failed. Connection reset. #10682

Closed
cyberduck opened this issue Apr 16, 2019 · 1 comment
Closed

Listing directory / failed. Connection reset. #10682

cyberduck opened this issue Apr 16, 2019 · 1 comment
Labels
bug ftp FTP Protocol Implementation worksforme

Comments

@cyberduck
Copy link
Collaborator

8633302 created the issue

When I try to connect to a specific FTP Server (unsecured, with login, server seems to be vsFTPd 3.0.2) CyberDuck seems to connect successfully as far as I can read in the status messages, but disconnects immediately afterwards (that's why I can't get the contents of the Log Drawer).

The error only appears if I connect to the root "/" of the remote server; if I connect to any subfolder on the same server, Cyberduck works just fine.

I can instead connect to the root folder of the exact same server with same credentials successfully from Cyberduck 6.2.3 on Mac or using other FTP clients, such as the ones included in Mozilla Firefox or Windows Explorer, or using FileZilla.

I tried the same using Cyberduck CLI so I can log the issue. It gives the following error message:
Listing directory / failed. Connection reset. The connection attempt was rejected. The server may be down, or your network may not be properly configured.

Cyberduck CLI transcript (### = blackened by myself )

c:\Program Files (x86)\Cyberduck CLI>duck -V
Cyberduck 6.7.1 (28683). Registered to ################
c:\Program Files (x86)\Cyberduck CLI>duck --list ftp://###@ftp.########## --verbose
FTP connection opened…
The server supports encrypted connections. Do you want to switch to FTP-SSL? Please contact your web hosting service provider for assistance.
Continue (y) or Change (n):  (y/n): n
Login successful…
> STAT /
Listing directory / failed. Connection reset. The connection attempt was rejected. The server may be down, or your network may not be properly configured.
c:\Program Files (x86)\Cyberduck CLI>duck --list ftp://###@ftp.##########/###SUBFOLDER### --verbose
FTP connection opened…
The server supports encrypted connections. Do you want to switch to FTP-SSL? Please contact your web hosting service provider for assistance.
Continue (y) or Change (n):  (y/n): n
Login successful…
> STAT /###SUBFOLDER###
< 213-Status follows:
drwxrwxr-x   10 42599    104          4096 Jan 25  2013 .
drwxrwxr-t 3807 42599    104        299008 Apr 16 12:15 ..
drwxrwxr-x    2 42599    104          4096 Jan 29  2013 cover
###...###
213 End of status
cover
###...###
> QUIT
< 221 Goodbye.
@cyberduck
Copy link
Collaborator Author

@dkocher commented

Please update to the latest version of Cyberduck CLI and reopen if still an issue.

@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

1 participant