Skip to content

suppaftp 7.1.0

Choose a tag to compare

@veeso veeso released this 07 Jan 17:55
· 5 commits to main since this release
597462a

7.1.0

Released on 07/01/2026

  • Issue 128
    • Made FileType enum public
    • Added File::file_type() method to retrieve the file type
    • Deprecated File::from_dos_line, File::from_mlsx_line, and File::from_posix_line methods in favor of
      ListParser::parse_dos, ListParser::parse_mlst, ListParser::parse_mlsd, and ListParser::parse_posix
      respectively.
  • Issue 127: Prevent commands which require a data connection to be executed if there is already a data connection open.