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

unreliable ftp connection #4110

Closed
cyberduck opened this issue Jan 18, 2010 · 5 comments
Closed

unreliable ftp connection #4110

cyberduck opened this issue Jan 18, 2010 · 5 comments
Assignees
Labels
bug ftp FTP Protocol Implementation thirdparty Issue caused by third party

Comments

@cyberduck
Copy link
Collaborator

4f310f8 created the issue

I have noticed, that your program, sometimes just won't work. It can connect to a host, but cannot read the content of directories. This happened mostly with FTP connections.
I tried to figure out what causes it... but have no clue. I thought it is server configuration dependent, because there were servers I could not see anything at all after connection, and other servers where works like a charm. But today it happened on a server that worked before... Filezilla works like a charm with the same server, while cyberduck shows me empty directory... 0 files.

220 "Welcome to TIPOFILL FTP service."
USER betaprint
331 Please specify the password.
PASS ********
230 Login successful.
FEAT
211-Features:
 EPRT
 EPSV
 MDTM
 PASV
 REST STREAM
 SIZE
 TVFS
211 End
PWD
257 "/"
NOOP
200 NOOP ok.
SYST
215 UNIX Type: L8
STAT /
213-Status follows:
drwxrwxrwx   34 1007     65534        4096 Jan 20 09:52 .
@cyberduck
Copy link
Collaborator Author

4f310f8 commented

By reading the tickets i have realised that after all there is something in comon on all servers where this happened. On each server the folders to be scanned were big, with a lot of content. So I can conclude that Cybreduck halts on scanning directories with too many items and reports 0 files.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Please post the transcript from View → Log Drawer.

@cyberduck
Copy link
Collaborator Author

4f310f8 commented

220 "Welcome to TIPOFILL FTP service."
USER betaprint
331 Please specify the password.
PASS ********
230 Login successful.
FEAT
211-Features:
 EPRT
 EPSV
 MDTM
 PASV
 REST STREAM
 SIZE
 TVFS
211 End
PWD
257 "/"
NOOP
200 NOOP ok.
SYST
215 UNIX Type: L8
STAT /
213-Status follows:
drwxrwxrwx   34 1007     65534        4096 Jan 20 09:52 .

Source: référencement en Suisse

@cyberduck
Copy link
Collaborator Author

4f310f8 commented

it simply stops after a while...

@cyberduck
Copy link
Collaborator Author

@dkocher commented

There is an issue with the server not correctly responding to the STAT command closing the connection too early. As a workaround, disable the usage of STAT as described in the wiki.

@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