suppaftp 7.1.0
7.1.0
Released on 07/01/2026
- Issue 128
- Made
FileTypeenum public - Added
File::file_type()method to retrieve the file type - Deprecated
File::from_dos_line,File::from_mlsx_line, andFile::from_posix_linemethods in favor of
ListParser::parse_dos,ListParser::parse_mlst,ListParser::parse_mlsd, andListParser::parse_posix
respectively.
- Made
- Issue 127: Prevent commands which require a data connection to be executed if there is already a data connection open.