ftpd: allow to ignore ASCII transfer types

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino
2024-05-02 19:00:29 +02:00
parent dd446c805d
commit acfd4c3e55
8 changed files with 36 additions and 5 deletions

View File

@@ -6446,6 +6446,15 @@ components:
Active connections security:
* `0` - require matching peer IP addresses of control and data connection
* `1` - disable any checks
ignore_ascii_transfer_type:
type: integer
enum:
- 0
- 1
description: |
Ignore client requests to perform ASCII translations:
* `0` - ASCII translations are enabled
* `1` - ASCII translations are silently ignored
debug:
type: boolean
description: 'If enabled any FTP command will be logged'