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

No files in directory #5437

Closed
cyberduck opened this issue Nov 16, 2010 · 4 comments
Closed

No files in directory #5437

cyberduck opened this issue Nov 16, 2010 · 4 comments
Labels
bug fixed ftp FTP Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

2f6a420 created the issue

Have a little bit strange thing. One FTP server holds all the files, and i see all the files in directory, but when I upload all that files to another server, on files there, but FileZilla see all files, and no problem. Realy strange.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Please post the transcript from View → Log Drawer.

@cyberduck
Copy link
Collaborator Author

2f6a420 commented

This is LOG.


220 (vsFTPd 2.0.5)
FEAT
211-Features:
 EPRT
 EPSV
 MDTM
 PASV
 REST STREAM
 SIZE
 TVFS
211 End
USER ********
331 Please specify the password.
PASS ********
230 Login successful.
NOOP
200 NOOP ok.
CWD /htdocs
250 Directory successfully changed.
SYST
215 UNIX Type: L8
STAT /htdocs
213-Status follows:
drwxrwxr-x    2 3642     48           4096 Nov 15 22:04 .
drwxrwxr-x   10 3642     48           4096 Nov 17 21:11 ..
-rw-r--r--    1 3642     3643          106 Nov 15 22:20 index.html
-rw-r--r--    1 3642     3643           19 Nov 15 21:58 phpinfo.php
213 End of status
NOOP
200 NOOP ok.
CWD /
250 Directory successfully changed.
STAT /
213-Status follows:

And no files in directory. But another FTP clinets see all the files. Maybe this is because of FTP server software, because I can see directory files (the same files, Drupal CMS base) using Cyberduck in another FTP server.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Added testcase in 6eab17f. Cannot see any issue. Is it the root directory / that does not show any content? It should succeed if you switch to the latest beta build.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Workaround in 1fd0614 for STAT failures due to I/O timeouts.

@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 fixed ftp FTP Protocol Implementation
Projects
None yet
Development

No branches or pull requests

1 participant