perf: windows 可以添加 sftp

This commit is contained in:
ibuler
2023-08-16 14:17:35 +08:00
committed by Bryan
parent 3c9c494979
commit 689fd12141

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']
}
}