Example
To upload the file local_announcement2.wav from the announcements directory to the location c:\ on a remote SCP server with IP address 192.168.49.10, and name the destination file remote_announcement2.wav:
Gxxx-001(super)# copy announcement-file scp local_announcement2.wav
192.168.49.10 c:\remote_announcement2.wav
To upload the file local_announcement2.wav from the announcements directory to the location c:\ on a remote SCP server with IP address 2001:db8::c657:8699, and name the destination file remote_announcement2.wav:
Gxxx-001(super)# copy announcement-file scp local_announcement2.wav
12001:db8::c657:8699 c:\remote_announcement2.wav