Downloading boot.cfg file from router flash
Posted: 17 Jan 2014 00:04
Hi guys I want to know that how to download a file from router like boot.cfg through putty by consoling into the router.
The #1 Worldwide board for technical support on Alcatel-Lucent Voice & Data gear.
https://alcatelunleashed.com/
Code: Select all
switch > cd working
switch > ftp 172.24.20.176
Connecting to [172.24.20.176]...connected.
220 3Com 3CDaemon FTP Server Version 2.0
Name : devnull
331 User name ok, need password
Password:
230 User logged in
ftp> put boot.cfg
200 PORT command successful.
150 File status OK ; about to open data connection
Transmitting: boot.cfg
/flash/working/boot.cfg Transferred 18817 octets in 1 seconds.
226 Closing data connection; File transfer successful.
ftp> quit
221 Service closing control connection
switch >