Ftp; Install Load - HP 6125XLG Command Reference Manual

Blade switch fundamentals command reference
Table of Contents

Advertisement

Usage guidelines
Use the format command with caution. This command permanently deletes all files and directories from
a storage medium and the deleted files and directories cannot be restored.
Examples
# Format the Flash memory.
<boot> format flash:

ftp

Use ftp to access a remote FTP server.
Syntax
ftp { server-ipv4-address | ipv6 server-ipv6-address } user username password password { get remote-file
local-file | put local-file remote-file }
Views
User view
Parameters
server-ipv4-address: Specifies the IPv4 address of the FTP server in dotted decimal notation.
server-ipv6-address: Specifies the IPv6 address of the FTP server.
user username: Specifies the login username, a case-sensitive string of 1 to 15 characters.
password password: Specifies the login password, a case-sensitive string of 1 to 15 characters.
get remote-file local-file: Downloads a file from the FTP server. The remote-file argument indicates the file
to be downloaded. The local-file argument indicates the name for the downloaded file.
put local-file remote-file: Uploads a file to the FTP server. The local-file argument indicates the file to be
uploaded. The remote-file argument indicates the name for the uploaded file.
Usage guidelines
If the traffic is heavy on the network and the file transfer speed is low, you can press Ctrl+C to abort the
transfer and try again later.
Examples
# Log in to FTP server 192.168.1.100 by using the username test and password 123, download the 1 1 1.txt
file, and save it to a local file named 222.txt.
<boot> ftp 192.168.1.100 user test password 123 get 111.txt flash:/222.txt

install load

Use install load to load a system image and start the Comware system.
Syntax
install load system-package
Views
User view
194

Advertisement

Table of Contents
loading

Table of Contents