<?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 asa ftp uploadproblem in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-ftp-uploadproblem/m-p/617639#M423301</link>
    <description>&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;   I have a problemm i have a asa 5510 box running 7.2 ios. now asa has inspect configured for FTP on 21. Now the problem is that whether in active mode or pasv mode everything wrks fine like i can dwnload and brws the directory. now when   i try to upload any file it starts and after transfering some bytes it stops n times out after some time.i tried many diff ftp servers and applying acl for matching ftp traffic and everything wrks fine (acl matches ftp traffic) problem persists only for ftp uploads (both activ n pasv)..&lt;/P&gt;</description>
    <pubDate>Fri, 21 Feb 2020 09:11:52 GMT</pubDate>
    <dc:creator>diptanshusingh</dc:creator>
    <dc:date>2020-02-21T09:11:52Z</dc:date>
    <item>
      <title>asa ftp uploadproblem</title>
      <link>https://community.cisco.com/t5/network-security/asa-ftp-uploadproblem/m-p/617639#M423301</link>
      <description>&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;   I have a problemm i have a asa 5510 box running 7.2 ios. now asa has inspect configured for FTP on 21. Now the problem is that whether in active mode or pasv mode everything wrks fine like i can dwnload and brws the directory. now when   i try to upload any file it starts and after transfering some bytes it stops n times out after some time.i tried many diff ftp servers and applying acl for matching ftp traffic and everything wrks fine (acl matches ftp traffic) problem persists only for ftp uploads (both activ n pasv)..&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 09:11:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-ftp-uploadproblem/m-p/617639#M423301</guid>
      <dc:creator>diptanshusingh</dc:creator>
      <dc:date>2020-02-21T09:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: asa ftp uploadproblem</title>
      <link>https://community.cisco.com/t5/network-security/asa-ftp-uploadproblem/m-p/617640#M423302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this, apply no fixup protocol in the box.&lt;/P&gt;&lt;P&gt;try this link&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a00804c8b9f.shtml" target="_blank"&gt;http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a00804c8b9f.shtml&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2006 22:36:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-ftp-uploadproblem/m-p/617640#M423302</guid>
      <dc:creator>a-vazquez</dc:creator>
      <dc:date>2006-10-03T22:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: asa ftp uploadproblem</title>
      <link>https://community.cisco.com/t5/network-security/asa-ftp-uploadproblem/m-p/617641#M423303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if this is the issue but you might do a sho asp drop and check to see if the out-of-order packet buffer count is increasing (need to do the sho asp drop several times).  If it is increasing, you can increase the number of buffers on your ASA by increasing the queue-limit.  Here is an example..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hostname(config)# tcp-map tmap&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hostname(config-tcp-map)# queue-limit 60&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hostname(config)# class-map cmap&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hostname(config-cmap)# match port tcp eq telnet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hostname(config)# policy-map pmap&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hostname(config-pmap)# class cmap&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hostname(config-pmap)# set connection advanced-options tmap&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hostname(config)# service-policy pmap global&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hostname(config)#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/ps6120/products_command_reference_chapter09186a008063f0fa.html#wp1644016" target="_blank"&gt;http://www.cisco.com/en/US/products/ps6120/products_command_reference_chapter09186a008063f0fa.html#wp1644016&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This may or may not be your problem, but it is worth a shot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*** Please rate if this helps.*****&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2006 00:07:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-ftp-uploadproblem/m-p/617641#M423303</guid>
      <dc:creator>jwalker</dc:creator>
      <dc:date>2006-10-04T00:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: asa ftp uploadproblem</title>
      <link>https://community.cisco.com/t5/network-security/asa-ftp-uploadproblem/m-p/617642#M423304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am having this exact issue. Can you please tell me if you got it resolved, and what was the fix? Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Feb 2007 15:23:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-ftp-uploadproblem/m-p/617642#M423304</guid>
      <dc:creator>sticano</dc:creator>
      <dc:date>2007-02-05T15:23:20Z</dc:date>
    </item>
  </channel>
</rss>

