perf: 网络设备支持 sftp

pull/11372/head
ibuler 2023-08-21 15:20:58 +08:00
parent 3c497aa81e
commit e11c7a264e
1 changed files with 1 additions and 1 deletions

View File

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