Alcatel-Lucent 6850-48 参考指南

下载
页码 3444
File Management Commands
page 7-56
OmniSwitch CLI Reference Guide
September 2009
tftp
Starts a TFTP client session that enables a file transfer to an TFTP server.
tftp {host_name | ip_address} {get | put} source-file [src_path/]src_file [destination-file [dest_path/] 
dest_file] [ascii]
Syntax Definitions
host_name
Specifies the hostname of the TFTP server.
ip_address
Specifies the IP address of the TFTP server.
get
Specifies to download the file from the TFTP server.
put
Specifies to upload the file to the TFTP server.
src_path
Specifies the path containing the source file to be transferred.
src_file
Specifies the file name of the source file to be transferred.
dest_path
Specifies the destination path of the file to be transferred.
dest_file
Specifies the destination file name of the file to be transferred.
ascii
Sets the transfer type to ASCII (7-bit). 
Defaults
• If a path is not specified with the filename, the current path is used by default (for example, /flash).
• If a destination filename is not specified, the source filename is used by default.
• The default file transfer mode for a TFTP client session is Binary mode.
Platforms Supported
OmniSwitch 6400, 6850, 6855, 9000, 9000E
Usage Guidelines
• The OmniSwitch supports TFTP client functionality only.
• A TFTP server has no provisions for user authentication.
• Only one active TFTP client session is allowed at a time.
• When downloading a file to the switch, the file size must not exceed the available flash space.