User guide
Managing System Files Loading Software onto the Switch
OmniSwitch AOS Release 7 Switch Management Guide March 2015 page 3-15
2 You must have a login and password that is recognized by the IP address you specify. When you enter
your login, the device you are logging in to, will request your password as shown here.
-> sftp 198.51.100.125
login as: rrlogin2
rrlogin2's password for keyboard-interactive method:
3 After logging in, you will receive the sftp> prompt. You may enter a question mark (?) to view
available Secure Shell FTP commands and their definitions
Closing a Secure Shell FTP Session
To terminate the Secure Shell FTP session, issue the exit command. The following will display:
-> exit
Connection to 10.222.30.125 closed.
Using TFTP to Transfer Files
Trivial File Transfer Protocol (TFTP), a client-server protocol, can be used to transfer files between the
TFTP server and client. TFTP client functionality on the OmniSwitch is used to download files from or
upload files to the TFTP server within a LAN using the tftp command.
The following is an example of how to start a TFTP session to download a file from a TFTP server:
-> tftp -g -l local_file -r remote_file 198.51.100.50
When you enter the above command the following actions are performed:
• Establishes a TFTP session with the TFTP server 198.51.100.50.
• Downloads the ‘remote_file’ file and saves it to file named ‘local_file’.
You can specify a path for the specified file and if the file name is specified without a path then the
current path (/flash) is used by default. If a local filename is not specified, then the remote filename is
used by default. A TFTP server does not prompt for a user to login and only one active TFTP session is
allowed at any point of time.
Note. When downloading a file to the switch, the file size must not exceed the available flash space.