File Management Commands
OmniSwitch 6250 CLI Reference Guide November 2009 page 7-55
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 6250
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.