Install guide
Software Version 2.8.1 157
Software Version 2.8.1
C613-10477-00 REV B
upload
Syntax UPLoad [METhod=SCP] [DESTFile=destfilename]
[FIle=filename] [{KEYid=key-id|PASSword=password}]
[SErver={hostname|ipadd|ipv6add}] [USERName=username]
Description The new scp parameter allows you to upload a file using Secure Copy.
Example To upload the file debug.txt to a SCP server with the IP address 172.16.8.5, use
the command:
upl met=scp fi=debug.txt destf=/tmp/debug.txt se=172.16.8.5
usern=john password=secret
Parameter Description
METhod The method used to upload the file. When scp is specified, Secure
Copy is used.
Default: tftp or the method set in the set loader command
KEYid The ID number of a RSA private or public key that is held on the router
or switch. The server receiving the upload request must have the public
key for this authentication to work. The key-id is a decimal number
from 0 to 65535.
Default: no default
PASSword The password for server authentication, if RSA authentication is not
being used. This can be between 1 to 60 characters long. When you
type the password it appears as plain text on the screen, so it should
only be used in a secure area.
Default: no default
USERName The username for server authentication. This can be between 1 to 60
characters long.
Default: no default