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

File not listing if STAT returns invalid file size #4515

Closed
cyberduck opened this issue Jun 2, 2010 · 1 comment
Closed

File not listing if STAT returns invalid file size #4515

cyberduck opened this issue Jun 2, 2010 · 1 comment
Assignees
Labels
bug ftp FTP Protocol Implementation wontfix

Comments

@cyberduck
Copy link
Collaborator

e636a3a created the issue

We have a folder that has been uploaded to an FTP server. That server is returning the following information for this folder.

STAT /Justin Paguia
213-status of /Justin Paguia:
    05-29-10  12:59AM            39934222_ 8422_Spread+08.zip
    05-26-10  05:06PM            345065512 8427_Spread+13.zip
    05-26-10  07:56PM            357760070 8432_Spread+18.zip
    05-27-10  09:08PM            440879361 8436_Spread+22.zip
    05-26-10  03:30PM            810879465 8440_Spread+26.zip
    05-26-10  04:23AM            881252486 8441_Spread+27.zip
    05-26-10  11:41PM            319670083 8443_Spread+29.zip
    05-27-10  02:15AM            364656264 8445_Spread+01 2.zip
    05-27-10  05:45AM            364656264 8445_Spread+01.zip
    05-27-10  07:06PM            312209224 8448_Spread+04.zip
    05-27-10  11:35PM            533202358 8472_Spread+26B.zip
    05-28-10  03:39AM            317803533 8475_Spread+08B.zip
    05-28-10  02:11AM            246291399 8476_Spread+08C.zip
    05-21-10  05:19PM       <DIR>          MarkupPDFs
213 End of status.

As you can see, the first file has an invalid size (an _ instead of the last char). As a result, this file never appears in the directory list. I am filing a bug ticket about the server side issue with the server vendor.

HOWEVER - I would like the option to still show these files and transfer them (transfer proceeds as normal and is OK using another client).


Attachments

@cyberduck
Copy link
Collaborator Author

@dkocher commented

You can disable the use of STAT for directory listings as a workaround.

@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 wontfix
Projects
None yet
Development

No branches or pull requests

2 participants