- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2020 02:04 AM
Dear,
I am facing a problem about the output of the show tech command. Indeed, when I try to display it on the screen, it's too long so impossible to handle it.
Then, I decided to send the output into a file on a windows server like this : R1# sh tech | redirect ftp://Username:Password@10.99.98.103/C:/Users/Chris/Documents/sh-tech.
But I got an error message : %Error opening ftp://Username:Password@10.99.98.103/C:/Users/Chris/Documents/sh-tech (Time Out).
Does someone know what can I modify to get the operation done ?
Thanks in advance !
Solved! Go to Solution.
- Labels:
-
Other Networking
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2020 02:27 AM
Hi there,
If you are using putty on the windows server, in the configuration settings, find Session -> Logging . Select the 'All session output' option, click 'browse' and select a location and output file name, then click Open/ save.
All terminal output will now be saved to the text file.
If you have not done so already, enter the following command on the CLI before you start gathering the output:
terminal length 0
cheers,
Seb.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2020 08:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2020 02:27 AM
Hi there,
If you are using putty on the windows server, in the configuration settings, find Session -> Logging . Select the 'All session output' option, click 'browse' and select a location and output file name, then click Open/ save.
All terminal output will now be saved to the text file.
If you have not done so already, enter the following command on the CLI before you start gathering the output:
terminal length 0
cheers,
Seb.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2020 08:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2020 01:47 AM
Dear,
Thank you ! I didn't think about the way to get these data in using the PUTTY settings. I used it and I got what I was looking for even though I don't know exactly why my command didn't succed.
