<?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 FTAM problem in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/ftam-problem/m-p/4126666#M93042</link>
    <description>Hello all,&lt;BR /&gt;&lt;BR /&gt;I have a problem with copying files via FTAM protocol.&lt;BR /&gt;My program is written in C++ and is quide simple, sequence of commands is taken from the HP examples:&lt;BR /&gt;&lt;BR /&gt;ft_connect&lt;BR /&gt;ft_bgroup&lt;BR /&gt;ft_select&lt;BR /&gt;ft_rattributes&lt;BR /&gt;ft_open&lt;BR /&gt;ft_egroup&lt;BR /&gt;em_wait&lt;BR /&gt;&lt;BR /&gt;I have two devices that I am connecting to. The one of them does not have any problems and files are copied to and from it succesfully. But the second device has some troubles, and em_wait returns such error for the ft_select:&lt;BR /&gt;return_code = (FTE035) Confirmation failed&lt;BR /&gt;vendor_code = (FTV000) No additional information available.&lt;BR /&gt;&lt;BR /&gt;I checked that I am able to copy the file using the ftam command from this device - so connection is OK. &lt;BR /&gt;I also noticed that the device responses much slower that the first (working) device, so I suppose that the confirmation was not received in specified time.&lt;BR /&gt;&lt;BR /&gt;How to solve this problem? Is there any way to increase the waiting-for-confirmation-time? &lt;BR /&gt;Or how to swich on some tracing for the ftam_init process?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Tomasz&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;PS. If I missed the category please point me the right one.&lt;BR /&gt;</description>
    <pubDate>Wed, 09 Jan 2008 15:41:12 GMT</pubDate>
    <dc:creator>Tomasz Olejniczak</dc:creator>
    <dc:date>2008-01-09T15:41:12Z</dc:date>
    <item>
      <title>FTAM problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftam-problem/m-p/4126666#M93042</link>
      <description>Hello all,&lt;BR /&gt;&lt;BR /&gt;I have a problem with copying files via FTAM protocol.&lt;BR /&gt;My program is written in C++ and is quide simple, sequence of commands is taken from the HP examples:&lt;BR /&gt;&lt;BR /&gt;ft_connect&lt;BR /&gt;ft_bgroup&lt;BR /&gt;ft_select&lt;BR /&gt;ft_rattributes&lt;BR /&gt;ft_open&lt;BR /&gt;ft_egroup&lt;BR /&gt;em_wait&lt;BR /&gt;&lt;BR /&gt;I have two devices that I am connecting to. The one of them does not have any problems and files are copied to and from it succesfully. But the second device has some troubles, and em_wait returns such error for the ft_select:&lt;BR /&gt;return_code = (FTE035) Confirmation failed&lt;BR /&gt;vendor_code = (FTV000) No additional information available.&lt;BR /&gt;&lt;BR /&gt;I checked that I am able to copy the file using the ftam command from this device - so connection is OK. &lt;BR /&gt;I also noticed that the device responses much slower that the first (working) device, so I suppose that the confirmation was not received in specified time.&lt;BR /&gt;&lt;BR /&gt;How to solve this problem? Is there any way to increase the waiting-for-confirmation-time? &lt;BR /&gt;Or how to swich on some tracing for the ftam_init process?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Tomasz&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;PS. If I missed the category please point me the right one.&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Jan 2008 15:41:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftam-problem/m-p/4126666#M93042</guid>
      <dc:creator>Tomasz Olejniczak</dc:creator>
      <dc:date>2008-01-09T15:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: FTAM problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftam-problem/m-p/4126667#M93043</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Perhaps this document helps:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B1033-90014/B1033-90014.pdf" target="_blank"&gt;http://docs.hp.com/en/B1033-90014/B1033-90014.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;There are some code examples in chapter-10.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 09 Jan 2008 16:08:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftam-problem/m-p/4126667#M93043</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-01-09T16:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: FTAM problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftam-problem/m-p/4126668#M93044</link>
      <description>Thanks!&lt;BR /&gt;I read those examples, my code mostly bases on them, and it works fine in most cases.&lt;BR /&gt;&lt;BR /&gt;The problem is only with one device, which is probably slower than the rest.&lt;BR /&gt;&lt;BR /&gt;I am using asynchronous calls, and all requests are submitted to the ftam_init process. The error is probably because the device not responds to ftam_init in specified time.&lt;BR /&gt;How can I change the timeout for the ftam_init process? Is there any configuration file or global extern variables?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Tomek&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Jan 2008 21:09:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftam-problem/m-p/4126668#M93044</guid>
      <dc:creator>Tomasz Olejniczak</dc:creator>
      <dc:date>2008-01-09T21:09:39Z</dc:date>
    </item>
  </channel>
</rss>

