<?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: timeout ftp client in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/timeout-ftp-client/m-p/3136108#M154050</link>
    <description>I prefer to use a TMOUT variable that is set in the /etc/profile and exported.&lt;BR /&gt;&lt;BR /&gt;Works well for my users. and applies to all users and you can modify it based upon the user id if you want to make it more complex.&lt;BR /&gt;&lt;BR /&gt;# set TMOUT&lt;BR /&gt;if [ $LOGNAME != "root" -a $LOGNAME != "oracle" ]&lt;BR /&gt;then&lt;BR /&gt;  if [ "$TMOUT" != 7200 ]&lt;BR /&gt;  then&lt;BR /&gt;    if [ $LOGNAME = "applmgr" ]&lt;BR /&gt;      then&lt;BR /&gt;      TMOUT=3600; export TMOUT&lt;BR /&gt;      else&lt;BR /&gt;      TMOUT=7200; readonly TMOUT; export TMOUT&lt;BR /&gt;    fi&lt;BR /&gt;  fi&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Of course you must have a kill script with this variable as the input to validate a user.</description>
    <pubDate>Thu, 04 Dec 2003 11:35:02 GMT</pubDate>
    <dc:creator>Todd McDaniel_1</dc:creator>
    <dc:date>2003-12-04T11:35:02Z</dc:date>
    <item>
      <title>timeout ftp client</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/timeout-ftp-client/m-p/3136104#M154046</link>
      <description>how to set the timeout in ftp client?? &lt;BR /&gt;I need, when a network crash occours, the ftp client connection terminate in the set timeout.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Dec 2003 08:56:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/timeout-ftp-client/m-p/3136104#M154046</guid>
      <dc:creator>Massimo_20</dc:creator>
      <dc:date>2003-12-04T08:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: timeout ftp client</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/timeout-ftp-client/m-p/3136105#M154047</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;As much as I know, the timeout is set on the side of the ftpd and not in the client.&lt;BR /&gt;&lt;BR /&gt;greetings,&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Dec 2003 09:44:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/timeout-ftp-client/m-p/3136105#M154047</guid>
      <dc:creator>Michael Schulte zur Sur</dc:creator>
      <dc:date>2003-12-04T09:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: timeout ftp client</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/timeout-ftp-client/m-p/3136106#M154048</link>
      <description>man ftpd. I think you have some option there. Not on client side unless you are using ftp client software like cuteftp etc.</description>
      <pubDate>Thu, 04 Dec 2003 09:50:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/timeout-ftp-client/m-p/3136106#M154048</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2003-12-04T09:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: timeout ftp client</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/timeout-ftp-client/m-p/3136107#M154049</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Use the flag -T in your ftpd daemon.&lt;BR /&gt;&lt;BR /&gt;It sets the maxtimeout for client connections.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Dieter Degrendele</description>
      <pubDate>Thu, 04 Dec 2003 11:13:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/timeout-ftp-client/m-p/3136107#M154049</guid>
      <dc:creator>Dieter Degrendele_1</dc:creator>
      <dc:date>2003-12-04T11:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: timeout ftp client</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/timeout-ftp-client/m-p/3136108#M154050</link>
      <description>I prefer to use a TMOUT variable that is set in the /etc/profile and exported.&lt;BR /&gt;&lt;BR /&gt;Works well for my users. and applies to all users and you can modify it based upon the user id if you want to make it more complex.&lt;BR /&gt;&lt;BR /&gt;# set TMOUT&lt;BR /&gt;if [ $LOGNAME != "root" -a $LOGNAME != "oracle" ]&lt;BR /&gt;then&lt;BR /&gt;  if [ "$TMOUT" != 7200 ]&lt;BR /&gt;  then&lt;BR /&gt;    if [ $LOGNAME = "applmgr" ]&lt;BR /&gt;      then&lt;BR /&gt;      TMOUT=3600; export TMOUT&lt;BR /&gt;      else&lt;BR /&gt;      TMOUT=7200; readonly TMOUT; export TMOUT&lt;BR /&gt;    fi&lt;BR /&gt;  fi&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Of course you must have a kill script with this variable as the input to validate a user.</description>
      <pubDate>Thu, 04 Dec 2003 11:35:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/timeout-ftp-client/m-p/3136108#M154050</guid>
      <dc:creator>Todd McDaniel_1</dc:creator>
      <dc:date>2003-12-04T11:35:02Z</dc:date>
    </item>
  </channel>
</rss>

