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

Fix GetEntry / MLST for some servers - Fixes #321 #322

Merged
merged 1 commit into from
May 13, 2023

Commits on Mar 28, 2023

  1. Fix GetEntry / MLST for some servers - Fixes jlaffaye#321

    Some servers seem to send a blank line at the end of an MLST response.
    
        MLST Download
        250-
        Size=53248;Modify=20230327134339.000;Type=dir; Download
    
        250 Requested file action okay, completed.
    
    Before this change this would cause the GetEntry method to return this
    error.
    
        unsupported LIST line
    
    This patch ignores blank lines in the MLST response.
    ncw committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    1a07078 View commit details
    Browse the repository at this point in the history