copy phone-script ftp

Last Updated : Nov 06, 2012 |

Uploads a phone script file from the local Branch Gateway TFTP directory to a remote server using FTP.

Syntax

copy phone-scriptA|phone-scriptB|phone-scriptC|phone-scriptD ftp filename {<ip-addr>|<IPv6–addr>[%zone-id]|<hostname>}

Parameters

Parameter

Description

Possible Values

Default Value

filename

File name with full path

string

ip-addr

IPv4 address of the server

IPv6-addr

IPv6 address of the server

%zone-id

VLAN number

1 — 4,090

hostname

Hostname of the server

User level

read-write

Context

general

Example

To upload 46xxupgrade.txt to the host at IP address 192.168.49.10 using login anonymous:
Gxxx-001# copy phone-scriptA ftp 46xxupgrade.txt 192.168.49.10
Confirmation - do you want to continue (Y/N)? y
Username: anonymous
Password:
Beginning upload operation ...
This operation may take up to 20 seconds.
Please refrain from any other operation during this time.
To upload 46xxupgrade.txt to the host at IP address 2001:db8::c0a8:310 using login anonymous:
Gxxx-001# copy phone-scriptA ftp 46xxupgrade.txt 2001:db8::c0a8:310a
Confirmation - do you want to continue (Y/N)? y
Username: anonymous
Password:
Beginning upload operation ...
This operation may take up to 20 seconds.
Please refrain from any other operation during this time.
To upload 46xxupgrade.txt to the host at IP address my.ftp.server using login anonymous:
Gxxx-001# copy phone-scriptA ftp 46xxupgrade.txt my.ftp.server
Confirmation - do you want to continue (Y/N)? y
Username: anonymous
Password:
Beginning upload operation ...
This operation may take up to 20 seconds.
Please refrain from any other operation during this time.