<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: how to copy running configuration using sftp in Wireless</title>
    <link>https://community.cisco.com/t5/wireless/how-to-copy-running-configuration-using-sftp/m-p/4995858#M265253</link>
    <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/513674"&gt;@Manish Manwal&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Depend of routing perspective. Do you need to source your ssh flow with Giga0 ip address in order to have a successful complete path to the destination and for the packet return ...&lt;/P&gt;</description>
    <pubDate>Fri, 12 Jan 2024 21:58:48 GMT</pubDate>
    <dc:creator>M02@rt37</dc:creator>
    <dc:date>2024-01-12T21:58:48Z</dc:date>
    <item>
      <title>how to copy running configuration using sftp</title>
      <link>https://community.cisco.com/t5/wireless/how-to-copy-running-configuration-using-sftp/m-p/4995759#M265241</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have installed the solerwind sftp server in my window machine and i want to copy running configuration from cisco switch to sftp and vice versa.&lt;/P&gt;&lt;P&gt;Can someone help me with the below queries please&lt;/P&gt;&lt;P&gt;&amp;gt; Is Solorwind sftp server tools good to install in the network?&lt;/P&gt;&lt;P&gt;&amp;gt; What cmmand we use to copy running config from cisco swithc to sftp using sftp( copy running-config sftp:).&lt;/P&gt;&lt;P&gt;&amp;gt; What command we use to copy config from sftp to cisco switch?&lt;/P&gt;&lt;P&gt;&amp;gt; Is SCP and sftp is same thing?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2024 20:23:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/how-to-copy-running-configuration-using-sftp/m-p/4995759#M265241</guid>
      <dc:creator>Manish Manwal</dc:creator>
      <dc:date>2024-01-12T20:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: how to copy running configuration using sftp</title>
      <link>https://community.cisco.com/t5/wireless/how-to-copy-running-configuration-using-sftp/m-p/4995769#M265242</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/513674"&gt;@Manish Manwal&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SCP is primarily used for copying files between devices over a secure channel. It is command-line-based and operates over SSH.&lt;/P&gt;&lt;P&gt;SFTP provides a more comprehensive file transfer service with features like directory listings and remote file removal. It is also command-line-based and runs over SSH.&lt;/P&gt;&lt;P&gt;Both provide encrypted communication and secure file transfers but have some differences in their capabilities and commands.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;To copy the running configuration from a Cisco switch to an SFTP server, you can use the following command:&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;copy running-config sftp://username@SFTP_Server_IP/destination_filename&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN&gt;Replace "username" with your SFTP username, "SFTP_Server_IP" with the IP address or hostname of your SFTP server, and "destination_filename" with the desired filename.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;To copy a configuration file from an SFTP server to a Cisco switch, use the following command:&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;copy sftp://username@SFTP_Server_IP/source_filename running-config&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN&gt;Replace "username" with your SFTP username, "SFTP_Server_IP" with the IP address or hostname of your SFTP server, and "source_filename" with the filename on the SFTP server.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2024 20:28:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/how-to-copy-running-configuration-using-sftp/m-p/4995769#M265242</guid>
      <dc:creator>M02@rt37</dc:creator>
      <dc:date>2024-01-12T20:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: how to copy running configuration using sftp</title>
      <link>https://community.cisco.com/t5/wireless/how-to-copy-running-configuration-using-sftp/m-p/4995786#M265244</link>
      <description>&lt;P&gt;Sftp use ssh'&lt;/P&gt;
&lt;P&gt;So you need domain and key and then try copy running into sftp.&lt;/P&gt;
&lt;P&gt;MHM&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2024 20:36:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/how-to-copy-running-configuration-using-sftp/m-p/4995786#M265244</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2024-01-12T20:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: how to copy running configuration using sftp</title>
      <link>https://community.cisco.com/t5/wireless/how-to-copy-running-configuration-using-sftp/m-p/4995853#M265250</link>
      <description>&lt;P&gt;do i need to run&amp;nbsp; this command to copy running config ? "ip ssh source-interface GigabitEthernet0"&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2024 21:48:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/how-to-copy-running-configuration-using-sftp/m-p/4995853#M265250</guid>
      <dc:creator>Manish Manwal</dc:creator>
      <dc:date>2024-01-12T21:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: how to copy running configuration using sftp</title>
      <link>https://community.cisco.com/t5/wireless/how-to-copy-running-configuration-using-sftp/m-p/4995856#M265251</link>
      <description>&lt;P&gt;what device and IOS code running on the device ?&lt;/P&gt;
&lt;P&gt;i generally use&amp;nbsp; as below that works for me.&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;copy running-config scp://&lt;/SPAN&gt;&lt;A class="uiOutputEmail" href="mailto:SCP_USERNAME@192.168.10.10" target="_blank"&gt;USERNAME@x.x.x.x&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;SSH source where you have any different routings and want to send via specific interface, if you have default route that should take care of it.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2024 21:53:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/how-to-copy-running-configuration-using-sftp/m-p/4995856#M265251</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2024-01-12T21:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: how to copy running configuration using sftp</title>
      <link>https://community.cisco.com/t5/wireless/how-to-copy-running-configuration-using-sftp/m-p/4995858#M265253</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/513674"&gt;@Manish Manwal&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Depend of routing perspective. Do you need to source your ssh flow with Giga0 ip address in order to have a successful complete path to the destination and for the packet return ...&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2024 21:58:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/how-to-copy-running-configuration-using-sftp/m-p/4995858#M265253</guid>
      <dc:creator>M02@rt37</dc:creator>
      <dc:date>2024-01-12T21:58:48Z</dc:date>
    </item>
  </channel>
</rss>

