Skip to content

Continued refactoring

Pre-release
Pre-release
Compare
Choose a tag to compare
@fubar-coder fubar-coder released this 04 Jun 01:00
· 263 commits to master since this release

Test FTP Server

  • Configuration file
  • umask support

Changed

  • Continued restructuring
    • Dispatcher for FTP commands
    • Background commands are now handled the same way as foreground commands
  • Non configured FTPS results in 500 instead of 421
  • Data connection factory
    • Transparent creation of a data connection (active or passive)

New

  • Accept AUTH SSL, alias for AUTH TLS
  • FTP command middleware

Fixes

  • TELNET: "Interrupt Process" will be interpreted as "ABOR"
  • TELNET: "DATA MARK" support
  • SYST allowed without login