Hey
i have a log file like this:
Job Name : save_start_config-sftp Job Status: Success (0)
Schedule Name : daily_save_start_config User Name : mfservice
Completion time: Mon Jan 8 06:00:21 2018
--------------------------------- Job Output ---------------------------------
`run-script bootflash:/save_start_config_sftp.vsh`
`copy running-config startup-config
`
[# ] 1%
[# ] 2%
[## ] 3%
[## ] 4%
[### ] 5%
[### ] 6%
[### ] 7%
[#### ] 8%
[##### ] 10%
[##### ] 11%
[##### ] 12%
[###### ] 13%
[###### ] 14%
[####### ] 15%
[####### ] 16%
[####### ] 17%
[######## ] 18%
[######### ] 20%
[######### ] 21%
[######### ] 22%
[########## ] 23%
[########## ] 24%
[########### ] 25%
[########### ] 26%
[########### ] 27%
[############ ] 28%
[############# ] 30%
[############# ] 31%
[############# ] 32%
[############## ] 33%
[############## ] 34%
[############### ] 35%
[############### ] 36%
[############### ] 37%
[################ ] 38%
[################# ] 40%
[################# ] 41%
[################# ] 42%
[################## ] 43%
[################## ] 44%
[################### ] 45%
[################### ] 46%
[################### ] 47%
[#################### ] 48%
[##################### ] 50%
[##################### ] 51%
[##################### ] 52%
[###################### ] 53%
[###################### ] 54%
[####################### ] 55%
[####################### ] 56%
[####################### ] 57%
[######################## ] 58%
[######################### ] 60%
[######################### ] 61%
[######################### ] 62%
[########################## ] 63%
[########################## ] 64%
[########################### ] 65%
[########################### ] 66%
[########################### ] 67%
[############################ ] 68%
[############################# ] 70%
[############################# ] 71%
[############################# ] 72%
[############################## ] 73%
[############################## ] 74%
[############################### ] 75%
[############################### ] 76%
[############################### ] 77%
[################################ ] 78%
[################################# ] 80%
[################################# ] 81%
[################################# ] 82%
[################################## ] 83%
[################################## ] 84%
[################################### ] 85%
[################################### ] 86%
[################################### ] 87%
[#################################### ] 88%
[##################################### ] 90%
[##################################### ] 91%
[##################################### ] 92%
[###################################### ] 93%
[###################################### ] 94%
[####################################### ] 95%
[####################################### ] 96%
[####################################### ] 97%
[########################################] 98%
[########################################] 100%
Copy complete.
`copy startup-config sftp://service-mainframe@10.155.158.186./home/service-mainframe/conf_WWF_CH_C_2018-01-08-06.00.16.txt
`
Connected to 10.155.158.186.
sftp>
sftp> put /var/tmp/vsh/SANMF-DAL-A-startup-config /home/service-mainframe/conf_WWF_CH_C_2018-01-08-06.00.16.txt
Uploading /var/tmp/vsh/SANMF-DAL-A-startup-config to /home/service-mainframe/conf_WWF_CH_C_2018-01-08-06.00.16.txt
sftp> exit
Copy complete.
==============================================================================
Job Name : save_start_config-sftp Job Status: Success (0)
Schedule Name : daily_save_start_config User Name : mfservice
Completion time: Tue Jan 9 06:00:20 2018
--------------------------------- Job Output ---------------------------------
`run-script bootflash:/save_start_config_sftp.vsh`
`copy running-config startup-config
`
[# ] 1%
i need to drop all lines and keep this part :
`copy startup-config sftp://service-mainframe@10.155.158.186./home/service-mainframe/conf_WWF_CH_C_2018-01-08-06.00.16.txt
`
Connected to 10.155.158.186.
sftp>
sftp> put /var/tmp/vsh/SANMF-DAL-A-startup-config /home/service-mainframe/conf_WWF_CH_C_2018-01-08-06.00.16.txt
Uploading /var/tmp/vsh/SANMF-DAL-A-startup-config to /home/service-mainframe/conf_WWF_CH_C_2018-01-08-06.00.16.txt
sftp> exit
Copy complete.
any idea please!
than you!