perf: 网络设备支持 sftp

pull/11373/head
ibuler 2023-08-21 15:20:58 +08:00
parent 180cf354ad
commit 5cb510a200
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ class DeviceTypes(BaseType):
def _get_protocol_constrains(cls) -> dict:
return {
'*': {
'choices': ['ssh', 'telnet']
'choices': ['ssh', 'telnet', 'sftp']
}
}