terraform-provider-iosxe icon indicating copy to clipboard operation
terraform-provider-iosxe copied to clipboard

Implement ip scp server enable support

Open grotewortel opened this issue 6 months ago • 0 comments

Description
Can you please implement support for enabling scp server?

show running-config | i scp
This is part of the running config:



ip scp server enable

json path: .data["Cisco-IOS-XE-native:native"].ip.scp
This is the restconf-json formatted running config:

{
  "server": {
    "enable": [
      null
    ]
  }
}

grotewortel avatar Apr 17 '25 16:04 grotewortel