<?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: FTP Connexion issue in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/ftp-connexion-issue/m-p/4974726#M1106708</link>
    <description>&lt;P&gt;are this issue solved ?&lt;BR /&gt;MHM&lt;/P&gt;</description>
    <pubDate>Sat, 09 Dec 2023 01:26:05 GMT</pubDate>
    <dc:creator>MHM Cisco World</dc:creator>
    <dc:date>2023-12-09T01:26:05Z</dc:date>
    <item>
      <title>FTP Connexion issue</title>
      <link>https://community.cisco.com/t5/network-security/ftp-connexion-issue/m-p/4971522#M1106540</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I am stuck when trying to use FTP protocol between my Computer and my ASA 5505 using Putty.&lt;BR /&gt;I am trying to download the "asa923-k8.bin" file from my ASA (192.168.2.254) to my PC (at this place: C:\Users\Admin\).&lt;/P&gt;&lt;P&gt;On ASA, into the INSIDE section, I've created a rule to permit FTP and FTP-DATA traffic.&lt;BR /&gt;When passing the command into CLI I get a "Permission denied" error message.&lt;/P&gt;&lt;P&gt;See the error:&lt;/P&gt;&lt;P&gt;ciscoasa# copy &lt;A href="ftp://cisco:cisco123@192.168.2.254/asa923-k8.bin" target="_blank" rel="noopener"&gt;ftp://cisco:cisco123@192.168.2.254/asa923-k8.bin&lt;/A&gt; disk0:/asa923-$&lt;BR /&gt;Address or name of remote host [192.168.2.254]? 192.168.2.254&lt;BR /&gt;Source username? xxxx (correct username)&lt;BR /&gt;Source password? xxxx (correct password)&lt;BR /&gt;Source filename [asa923-k8.bin]? asa923-k8.bin&lt;BR /&gt;Destination filename [asa923-k8.bin]? C:\Users\Admin\asa923-k8.bin&lt;BR /&gt;Accessing &lt;A href="ftp://cisco:cisco123@192.168.2.254/asa923-k8.bin" target="_blank" rel="noopener"&gt;ftp://cisco:cisco123@192.168.2.254/asa923-k8.bin&lt;/A&gt;...&lt;BR /&gt;%Error opening &lt;A href="ftp://cisco:cisco123@192.168.2.254/asa923-k8.bin" target="_blank" rel="noopener"&gt;ftp://cisco:cisco123@192.168.2.254/asa923-k8.bin&lt;/A&gt; (Permission denied)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Below my confguration:&lt;/P&gt;&lt;P&gt;interface Ethernet0/0&lt;BR /&gt;switchport access vlan 2&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/1&lt;BR /&gt;interface Ethernet0/2&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/3&lt;BR /&gt;switchport access vlan 3&lt;BR /&gt;shutdown&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/4&lt;BR /&gt;shutdown&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/5&lt;BR /&gt;shutdown&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/6&lt;BR /&gt;switchport access vlan 3&lt;BR /&gt;shutdown&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/7&lt;BR /&gt;switchport access vlan 3&lt;BR /&gt;shutdown&lt;BR /&gt;!&lt;BR /&gt;interface Vlan1&lt;BR /&gt;nameif inside&lt;BR /&gt;security-level 100&lt;BR /&gt;ip address 192.168.2.254 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Vlan2&lt;BR /&gt;nameif outside&lt;BR /&gt;security-level 0&lt;BR /&gt;ip address 192.168.1.50 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Vlan3&lt;BR /&gt;no forward interface Vlan1&lt;BR /&gt;nameif DMZ&lt;BR /&gt;security-level 0&lt;BR /&gt;ip address 192.168.3.254 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;ftp mode passive&lt;BR /&gt;dns domain-lookup outside&lt;BR /&gt;object network obj_any&lt;BR /&gt;subnet 0.0.0.0 0.0.0.0&lt;BR /&gt;object network INTERNET&lt;BR /&gt;subnet 192.168.1.0 255.255.255.0&lt;BR /&gt;description Connexion Orange Box&lt;BR /&gt;object network LAN-PRIVE&lt;BR /&gt;subnet 192.168.2.0 255.255.255.0&lt;BR /&gt;description Lan prive&lt;BR /&gt;access-list RESEAU_PRIVE_access_in extended permit icmp any any&lt;BR /&gt;access-list RESEAU_PRIVE_access_in extended permit ip any any&lt;BR /&gt;access-list RESEAU_EXTERNE_access_in extended permit icmp any any&lt;BR /&gt;access-list RESEAU_EXTERNE_access_in extended permit ip any any&lt;BR /&gt;pager lines 24&lt;BR /&gt;logging enable&lt;BR /&gt;logging asdm informational&lt;BR /&gt;mtu inside 1500&lt;BR /&gt;mtu outside 1500&lt;BR /&gt;mtu DMZ 1500&lt;BR /&gt;icmp unreachable rate-limit 1 burst-size 1&lt;BR /&gt;no asdm history enable&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;no arp permit-nonconnected&lt;BR /&gt;!&lt;BR /&gt;object network obj_any&lt;BR /&gt;nat (inside,outside) dynamic interface&lt;BR /&gt;access-group RESEAU_PRIVE_access_in in interface inside&lt;BR /&gt;access-group RESEAU_EXTERNE_access_in in interface outside&lt;BR /&gt;route outside 0.0.0.0 0.0.0.0 192.168.1.10 1&lt;BR /&gt;timeout xlate 3:00:00&lt;BR /&gt;timeout pat-xlate 0:00:30&lt;BR /&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02&lt;BR /&gt;timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00&lt;BR /&gt;timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00&lt;BR /&gt;timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute&lt;BR /&gt;timeout tcp-proxy-reassembly 0:01:00&lt;BR /&gt;timeout floating-conn 0:00:00&lt;BR /&gt;dynamic-access-policy-record DfltAccessPolicy&lt;BR /&gt;user-identity default-domain LOCAL&lt;BR /&gt;aaa authentication http console LOCAL&lt;BR /&gt;http server enable&lt;BR /&gt;http 192.168.1.0 255.255.255.0 outside&lt;BR /&gt;http 192.168.2.0 255.255.255.0 inside&lt;BR /&gt;http 192.168.3.0 255.255.255.0 DMZ&lt;BR /&gt;no snmp-server location&lt;BR /&gt;no snmp-server contact&lt;BR /&gt;crypto ipsec security-association pmtu-aging infinite&lt;BR /&gt;crypto ca trustpoint _SmartCallHome_ServerCA&lt;BR /&gt;no validation-usage&lt;BR /&gt;crl configure&lt;BR /&gt;crypto ca trustpool policy&lt;BR /&gt;telnet timeout 5&lt;BR /&gt;no ssh stricthostkeycheck&lt;BR /&gt;ssh timeout 5&lt;BR /&gt;ssh key-exchange group dh-group1-sha1&lt;BR /&gt;console timeout 0&lt;/P&gt;&lt;P&gt;threat-detection basic-threat&lt;BR /&gt;threat-detection scanning-threat&lt;BR /&gt;threat-detection statistics access-list&lt;BR /&gt;no threat-detection statistics tcp-intercept&lt;BR /&gt;ssl server-version any&lt;BR /&gt;username cisco password xxxxxxxxxxxxx encrypted privilege 15&lt;BR /&gt;!&lt;BR /&gt;class-map inspection_default&lt;BR /&gt;match default-inspection-traffic&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;policy-map type inspect dns preset_dns_map&lt;BR /&gt;parameters&lt;BR /&gt;message-length maximum client auto&lt;BR /&gt;message-length maximum 512&lt;BR /&gt;policy-map global_policy&lt;BR /&gt;class inspection_default&lt;BR /&gt;inspect dns preset_dns_map&lt;BR /&gt;inspect ftp&lt;BR /&gt;inspect h323 h225&lt;BR /&gt;inspect h323 ras&lt;BR /&gt;inspect rsh&lt;BR /&gt;inspect rtsp&lt;BR /&gt;inspect esmtp&lt;BR /&gt;inspect sqlnet&lt;BR /&gt;inspect skinny&lt;BR /&gt;inspect sunrpc&lt;BR /&gt;inspect xdmcp&lt;BR /&gt;inspect sip&lt;BR /&gt;inspect netbios&lt;BR /&gt;inspect tftp&lt;BR /&gt;inspect ip-options&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;ACL&lt;/P&gt;&lt;P&gt;ciscoasa# show access-list&lt;BR /&gt;access-list cached ACL log flows: total 0, denied 0 (deny-flow-max 4096)&lt;BR /&gt;alert-interval 300&lt;BR /&gt;access-list RESEAU_PRIVE_access_in; 4 elements; name hash: 0x67900528&lt;BR /&gt;access-list RESEAU_PRIVE_access_in line 1 extended permit icmp any any (hitcnt=922) 0x3c3b4189&lt;BR /&gt;access-list RESEAU_PRIVE_access_in line 2 extended permit ip any any (hitcnt=11984) 0x44b06c92&lt;BR /&gt;access-list RESEAU_PRIVE_access_in line 3 extended permit tcp object LAN-PRIVE any object-group DM_INLINE_TCP_1 (hitcnt=0) 0xefe3b9e9&lt;BR /&gt;access-list RESEAU_PRIVE_access_in line 3 extended permit tcp 192.168.2.0 255.255.255.0 any eq ftp (hitcnt=0) 0x9454988a&lt;BR /&gt;access-list RESEAU_PRIVE_access_in line 3 extended permit tcp 192.168.2.0 255.255.255.0 any eq ftp-data (hitcnt=0) 0x37076d66&lt;BR /&gt;access-list RESEAU_EXTERNE_access_in; 2 elements; name hash: 0xe040391b&lt;BR /&gt;access-list RESEAU_EXTERNE_access_in line 1 extended permit icmp any any (hitcnt=0) 0x13c5ed7a&lt;BR /&gt;access-list RESEAU_EXTERNE_access_in line 2 extended permit ip any any (hitcnt=162) 0x71d1f8d3&lt;BR /&gt;ciscoasa#&lt;/P&gt;&lt;P&gt;Many thanks for your help&lt;BR /&gt;Damien&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 09:45:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ftp-connexion-issue/m-p/4971522#M1106540</guid>
      <dc:creator>Damien2</dc:creator>
      <dc:date>2023-12-05T09:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Connexion issue</title>
      <link>https://community.cisco.com/t5/network-security/ftp-connexion-issue/m-p/4974726#M1106708</link>
      <description>&lt;P&gt;are this issue solved ?&lt;BR /&gt;MHM&lt;/P&gt;</description>
      <pubDate>Sat, 09 Dec 2023 01:26:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ftp-connexion-issue/m-p/4974726#M1106708</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2023-12-09T01:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Connexion issue</title>
      <link>https://community.cisco.com/t5/network-security/ftp-connexion-issue/m-p/4974748#M1106710</link>
      <description>&lt;P&gt;No the issue is not fixed at all, I couldn't find the root cause. Can you help ?&lt;/P&gt;</description>
      <pubDate>Sat, 09 Dec 2023 06:28:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ftp-connexion-issue/m-p/4974748#M1106710</guid>
      <dc:creator>Damien2</dc:creator>
      <dc:date>2023-12-09T06:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Connexion issue</title>
      <link>https://community.cisco.com/t5/network-security/ftp-connexion-issue/m-p/4975027#M1106712</link>
      <description>&lt;P&gt;Why you use inside IP as server IP in your command?&lt;/P&gt;
&lt;P&gt;As I know the command is&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Username:password@serverIP&lt;/P&gt;
&lt;P&gt;Also make sure the path in server for asa image file.&lt;/P&gt;
&lt;P&gt;MHM&lt;/P&gt;</description>
      <pubDate>Sun, 10 Dec 2023 10:09:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ftp-connexion-issue/m-p/4975027#M1106712</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2023-12-10T10:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Connexion issue</title>
      <link>https://community.cisco.com/t5/network-security/ftp-connexion-issue/m-p/4975447#M1106742</link>
      <description>&lt;P data-unlink="true"&gt;your copy FTP command should be reversed,&amp;nbsp;&lt;SPAN&gt;copy disk0:/asa923-k8.bin&amp;nbsp;&lt;/SPAN&gt;&lt;A href="ftp://cisco:cisco123@192.168.2.254/asa923-k8.bin" target="_blank"&gt;ftp://cisco:cisco123@192.168.2.254/asa923-k8.bin&lt;/A&gt;&amp;nbsp;if you are trying to copy from the ASA to your local PC.&amp;nbsp; Also, you do need an FTP server running on your PC and allow this connection in your local firewall on the PC if there is one enabled.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2023 12:40:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ftp-connexion-issue/m-p/4975447#M1106742</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2023-12-11T12:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Connexion issue</title>
      <link>https://community.cisco.com/t5/network-security/ftp-connexion-issue/m-p/4978219#M1106938</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;Many thanks for your posts.&lt;/P&gt;&lt;P&gt;MHM: I am using inside IP because is the ASA's ASDM IP address.&lt;/P&gt;&lt;P&gt;Marius:&lt;/P&gt;&lt;P&gt;1. I confirm a FileZilla FTP server is installed on my PC&lt;BR /&gt;2. I can ping from my PC to the ASA Firewall =&amp;gt; so I guess I do not need to create a rule into the Windows.&lt;BR /&gt;3. I've tried the below command and it didn't worked out&lt;BR /&gt;copy disk0:/asa923-k8.bin &lt;A href="ftp://cisco:cisco123@192.168.2.254/asa923-k8.bin" target="_blank" rel="noopener"&gt;ftp://cisco:cisco123@192.168.2.254/asa923-k8.bin&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Still get: %Error opening &lt;A href="ftp://cisco:cisco123@192.168.2.254/asa923-k8.bin" target="_blank"&gt;ftp://cisco:cisco123@192.168.2.254/asa923-k8.bin&lt;/A&gt; (Permission denied)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I've finally fixed my issue using the "ASDM File Transfer" option.&lt;/P&gt;&lt;P&gt;See the tutorial: &lt;A href="https://ccnpsecuritywannabe.blogspot.com/2020/05/file-transfer-between-local-pc-and.html" target="_blank" rel="noopener"&gt;https://ccnpsecuritywannabe.blogspot.com/2020/05/file-transfer-between-local-pc-and.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I will appreciate your observation regarding my use of the inside IP address.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Many thanks for your help anyway.&lt;/P&gt;&lt;P&gt;Damien&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2023 18:38:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ftp-connexion-issue/m-p/4978219#M1106938</guid>
      <dc:creator>Damien2</dc:creator>
      <dc:date>2023-12-14T18:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Connexion issue</title>
      <link>https://community.cisco.com/t5/network-security/ftp-connexion-issue/m-p/4978220#M1106939</link>
      <description>&lt;P&gt;See my reply below&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2023 18:35:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ftp-connexion-issue/m-p/4978220#M1106939</guid>
      <dc:creator>Damien2</dc:creator>
      <dc:date>2023-12-14T18:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Connexion issue</title>
      <link>https://community.cisco.com/t5/network-security/ftp-connexion-issue/m-p/4978222#M1106940</link>
      <description>&lt;P&gt;See below&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2023 18:36:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ftp-connexion-issue/m-p/4978222#M1106940</guid>
      <dc:creator>Damien2</dc:creator>
      <dc:date>2023-12-14T18:36:36Z</dc:date>
    </item>
  </channel>
</rss>

