<?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: I can't download ftp from inside my ASA 5510 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/i-can-t-download-ftp-from-inside-my-asa-5510/m-p/1372224#M857381</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do have "inspect ftp" in my config (see attachment to original post).&amp;nbsp; I tried doing it on CLI as you described to be sure and still nothing changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I go to ASDM under configuration &amp;gt; traffic selection for scanning and select the default setting it creates these commands:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; object-group service DM_INLINE_TCP_1 tcp&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; port-object eq&amp;nbsp; ftp&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; port-object eq http&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; port-object eq pop3&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; port-object eq smtp&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; access-list global_mpc_1 line 1 extended&amp;nbsp; permit tcp any any object-group DM_INLINE_TCP_1 &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; class-map&amp;nbsp; global-class&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; match access-list global_mpc_1&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; policy-map global_policy&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; class global-class&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then ftp stops working for me or works intermittently with odd errors.&amp;nbsp; As soon as I remove the above and this config goes back to the ASA, then ftp works again:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; policy-map global_policy&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; no class global-class&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; no class-map global-class&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my current running config I see this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;BR /&gt; class inspection_default&lt;BR /&gt;&amp;nbsp; inspect dns preset_dns_map &lt;BR /&gt;&amp;nbsp; inspect h323 h225 &lt;BR /&gt;&amp;nbsp; inspect h323 ras &lt;BR /&gt;&amp;nbsp; inspect rsh &lt;BR /&gt;&amp;nbsp; inspect rtsp &lt;BR /&gt;&amp;nbsp; inspect esmtp &lt;BR /&gt;&amp;nbsp; inspect sqlnet &lt;BR /&gt;&amp;nbsp; inspect skinny&amp;nbsp; &lt;BR /&gt;&amp;nbsp; inspect sunrpc &lt;BR /&gt;&amp;nbsp; inspect xdmcp &lt;BR /&gt;&amp;nbsp; inspect sip&amp;nbsp; &lt;BR /&gt;&amp;nbsp; inspect netbios &lt;BR /&gt;&amp;nbsp; inspect tftp &lt;BR /&gt;&amp;nbsp; inspect ip-options &lt;BR /&gt;&amp;nbsp; inspect ftp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KS, you suggest I put inspect ftp under "class global-class" (which I tried), but my ASDM created config has thisunder "class inspection_default"&lt;/P&gt;&lt;P&gt;Could this mean anything?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;Brandon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 14 Feb 2010 18:46:25 GMT</pubDate>
    <dc:creator>Brandon Svec</dc:creator>
    <dc:date>2010-02-14T18:46:25Z</dc:date>
    <item>
      <title>I can't download ftp from inside my ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/i-can-t-download-ftp-from-inside-my-asa-5510/m-p/1372219#M857371</link>
      <description>&lt;P&gt;I just installed an ASA 5510 and got just about everything I needed on it working such as DHCP server, remote client VPN and some public servers accessible that sit on the inside network.&amp;nbsp; I configured everything with ASDM since I am new to Cisco ASA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Today I discovered that I can't download ftp files from workstations on the inside interface.&amp;nbsp; I have searched a lot and this seems to be a somewhat common issue, but none of the things I have tried will make it work.&amp;nbsp; In general, I have seen that if these commands are in the ASA it should work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ftp mode passive&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;BR /&gt; class inspection_default&lt;BR /&gt;&amp;nbsp; inspect ftp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They are, but it still won't work.&amp;nbsp; Here is an example of a failed ftp session:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; color: #008000;"&gt;brandon-svecs-computer:~ bsvec$ ftp XX.X.249.145&lt;BR /&gt;Connected to XX.X.249.145.&lt;BR /&gt;220-FileZilla Server version 0.9.23 beta&lt;BR /&gt;220 Welcome to NexAira Engineering FTP Site/&lt;BR /&gt;Name (XX.X.249.145:bsvec): username&lt;BR /&gt;331 Password required for username&lt;BR /&gt;Password: &lt;BR /&gt;230 Logged on&lt;BR /&gt;Remote system type is UNIX.&lt;BR /&gt;ftp&amp;gt; bin&lt;BR /&gt;200 Type set to I&lt;BR /&gt;ftp&amp;gt; get Cbeyond\ ML3.zip&lt;BR /&gt;local: Cbeyond ML3.zip remote: Cbeyond ML3.zip&lt;BR /&gt;227 Entering Passive Mode (XX,XX,249,145,7,50)&lt;BR /&gt;150 Connection accepted&lt;BR /&gt;&amp;nbsp; 0% |&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.00 KiB/s&amp;nbsp;&amp;nbsp;&amp;nbsp; --:-- ETA&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then it just sits there. One strange thing is that one of these sessions seems to have worked after 15-20 minutes when I forgot about it..&lt;/P&gt;&lt;P&gt;Similarly in windows the ftp download will fail through browser or command line, but on one ocassion a file downloaded 20 minutes later..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I attached my config.&amp;nbsp; Any help is much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Brandon&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 17:02:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/i-can-t-download-ftp-from-inside-my-asa-5510/m-p/1372219#M857371</guid>
      <dc:creator>Brandon Svec</dc:creator>
      <dc:date>2019-03-11T17:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: I can't download ftp from inside my ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/i-can-t-download-ftp-from-inside-my-asa-5510/m-p/1372220#M857372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a server in your network 10.10.10.41 with the following static nat.&lt;/P&gt;&lt;P&gt;static (inside,outside) xx.xx.133.242 10.10.10.41 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to use this server as your ftp client and see if it works. This may be an issue with NAT but we need captures for the traffic flow on the two interfaces of the ASA.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Feb 2010 21:13:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/i-can-t-download-ftp-from-inside-my-asa-5510/m-p/1372220#M857372</guid>
      <dc:creator>Tanveer Deewan</dc:creator>
      <dc:date>2010-02-13T21:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: I can't download ftp from inside my ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/i-can-t-download-ftp-from-inside-my-asa-5510/m-p/1372221#M857375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, this workstation on the inside is able to go out to the internet just fine? Just not able to ftp at times?&lt;/P&gt;&lt;P&gt;What is the gateway of this workstation?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you try the same ftp from a workstation that is directly connected to the inside interface sub-net? Make sure the GW is for this workstation is the firewall. If it fails collect wireshark capture on the workstation and review that or post it for us to look at.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-KS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Feb 2010 00:48:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/i-can-t-download-ftp-from-inside-my-asa-5510/m-p/1372221#M857375</guid>
      <dc:creator>Kureli Sankar</dc:creator>
      <dc:date>2010-02-14T00:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: I can't download ftp from inside my ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/i-can-t-download-ftp-from-inside-my-asa-5510/m-p/1372222#M857378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you both for the input.&amp;nbsp; I had actually resolved this previously by not using the CSC module.&amp;nbsp; I would like to revisit this some time and make everything work with the CSC active though.&amp;nbsp; Via ASDM these are the lines that I added (then removed) that created my ftp trouble:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; object-group service DM_INLINE_TCP_1 tcp&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; port-object eq ftp&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; port-object eq http&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; port-object eq pop3&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; port-object eq smtp&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; access-list global_mpc_1 line 1 extended permit tcp any any object-group DM_INLINE_TCP_1 &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; class-map global-class&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; match access-list global_mpc_1&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; policy-map global_policy&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; class global-class&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; csc fail-open&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My understanding is that these lines tell the ASA that ftp, http, pop3 and smtp traffic will be scanned by the CSC.&amp;nbsp; Is this correct?&amp;nbsp; Any idea why this would mess up normal ftp client activity?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Brandon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Feb 2010 04:52:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/i-can-t-download-ftp-from-inside-my-asa-5510/m-p/1372222#M857378</guid>
      <dc:creator>Brandon Svec</dc:creator>
      <dc:date>2010-02-14T04:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: I can't download ftp from inside my ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/i-can-t-download-ftp-from-inside-my-asa-5510/m-p/1372223#M857380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do not see ftp inspection. That is required for the CSC to scan ftp traffic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls. enable ftp inspection and give it a shot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; class global-class&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; inspect ftp ---------------------&amp;gt; add this&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; csc fail-open&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-KS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Feb 2010 14:20:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/i-can-t-download-ftp-from-inside-my-asa-5510/m-p/1372223#M857380</guid>
      <dc:creator>Kureli Sankar</dc:creator>
      <dc:date>2010-02-14T14:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: I can't download ftp from inside my ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/i-can-t-download-ftp-from-inside-my-asa-5510/m-p/1372224#M857381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do have "inspect ftp" in my config (see attachment to original post).&amp;nbsp; I tried doing it on CLI as you described to be sure and still nothing changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I go to ASDM under configuration &amp;gt; traffic selection for scanning and select the default setting it creates these commands:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; object-group service DM_INLINE_TCP_1 tcp&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; port-object eq&amp;nbsp; ftp&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; port-object eq http&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; port-object eq pop3&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; port-object eq smtp&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; access-list global_mpc_1 line 1 extended&amp;nbsp; permit tcp any any object-group DM_INLINE_TCP_1 &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; class-map&amp;nbsp; global-class&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; match access-list global_mpc_1&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; policy-map global_policy&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; class global-class&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then ftp stops working for me or works intermittently with odd errors.&amp;nbsp; As soon as I remove the above and this config goes back to the ASA, then ftp works again:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; policy-map global_policy&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; no class global-class&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; no class-map global-class&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my current running config I see this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;BR /&gt; class inspection_default&lt;BR /&gt;&amp;nbsp; inspect dns preset_dns_map &lt;BR /&gt;&amp;nbsp; inspect h323 h225 &lt;BR /&gt;&amp;nbsp; inspect h323 ras &lt;BR /&gt;&amp;nbsp; inspect rsh &lt;BR /&gt;&amp;nbsp; inspect rtsp &lt;BR /&gt;&amp;nbsp; inspect esmtp &lt;BR /&gt;&amp;nbsp; inspect sqlnet &lt;BR /&gt;&amp;nbsp; inspect skinny&amp;nbsp; &lt;BR /&gt;&amp;nbsp; inspect sunrpc &lt;BR /&gt;&amp;nbsp; inspect xdmcp &lt;BR /&gt;&amp;nbsp; inspect sip&amp;nbsp; &lt;BR /&gt;&amp;nbsp; inspect netbios &lt;BR /&gt;&amp;nbsp; inspect tftp &lt;BR /&gt;&amp;nbsp; inspect ip-options &lt;BR /&gt;&amp;nbsp; inspect ftp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KS, you suggest I put inspect ftp under "class global-class" (which I tried), but my ASDM created config has thisunder "class inspection_default"&lt;/P&gt;&lt;P&gt;Could this mean anything?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;Brandon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Feb 2010 18:46:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/i-can-t-download-ftp-from-inside-my-asa-5510/m-p/1372224#M857381</guid>
      <dc:creator>Brandon Svec</dc:creator>
      <dc:date>2010-02-14T18:46:25Z</dc:date>
    </item>
  </channel>
</rss>

