add support for the venerable FTP protocol

Fixes #46
This commit is contained in:
Nicola Murino
2020-07-29 21:56:56 +02:00
parent cc2f04b0e4
commit 93ce96d011
38 changed files with 3075 additions and 160 deletions

View File

@@ -30,6 +30,20 @@
],
"keyboard_interactive_auth_hook": ""
},
"ftpd": {
"bind_port": 0,
"bind_address": "",
"banner": "",
"banner_file": "",
"active_transfers_port_non_20": false,
"force_passive_ip": "",
"passive_port_range": {
"start": 50000,
"end": 50100
},
"certificate_file": "",
"certificate_key_file": ""
},
"data_provider": {
"driver": "sqlite",
"name": "sftpgo.db",