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

Merge in upstream changes #67

Merged
merged 2 commits into from
Nov 23, 2024
Merged

Merge in upstream changes #67

merged 2 commits into from
Nov 23, 2024

Commits on Nov 23, 2024

  1. Configuration menu
    Copy the full SHA
    f03f310 View commit details
    Browse the repository at this point in the history
  2. Fix FTP/550 (ENODEV) for clients using "LIST -a"

    The test for additional switches to the LIST command
    must be performed before the path is joined. Otherwise,
    the path will never be empty and the test will be skipped.
    Fixes ENODEV error (FTP/550) on clients using "LIST -a".
    eku authored and Maschell committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    7c24b96 View commit details
    Browse the repository at this point in the history