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

Parse attrib-bits field when its included in file attributes #139

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Jul 5, 2022

  1. Parse the attrib-bits attribute field for V05 file attributes

    The attrib-bits field was introduced in V05 of the SFTP spec and needs to be
    parsed from the attributes struct when parsing file data.  Without handling
    attrib-bits, we wind up off by 4 bytes for each entry in the filename data and
    quickly wind up parsing gibberish.
    bschmeck committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    eec0ae6 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. Configuration menu
    Copy the full SHA
    9b27dce View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. Configuration menu
    Copy the full SHA
    4af3bde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd25559 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2023

  1. Configuration menu
    Copy the full SHA
    fbf568a View commit details
    Browse the repository at this point in the history