perf: windows 可以添加 sftp

pull/11300/head
ibuler 2023-08-16 14:17:35 +08:00 committed by Bryan
parent 3c9c494979
commit 689fd12141
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ class HostTypes(BaseType):
'choices': ['ssh', 'sftp', 'telnet', 'vnc', 'rdp']
},
cls.WINDOWS: {
'choices': ['rdp', 'ssh', 'vnc', 'winrm']
'choices': ['rdp', 'ssh', 'sftp', 'vnc', 'winrm']
}
}