<?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 FTP Service in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/ftp-service/m-p/3860871#M84513</link>
    <description>Hi There,&lt;BR /&gt;&lt;BR /&gt;I am using FTP commands in the schedule task batch file to login and transfer the file between one of the mailbox and my Client's server. &lt;BR /&gt;&lt;BR /&gt;FTP works fine for 2 or 3 days and suddenly stops working, i mean FTP does not close its session even after the file transfer(task manager shows the open FTP session). And this stops the next file transfer.&lt;BR /&gt;&lt;BR /&gt;I have attached the logfile which shows 3 sessions.&lt;BR /&gt;&lt;BR /&gt;Session 1 and 2-- Successful&lt;BR /&gt;Session 3 -- Unsuccessful&lt;BR /&gt;&lt;BR /&gt;After 3nd session ftp session does not close.&lt;BR /&gt;&lt;BR /&gt;any ideas will be much appriciated,&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Narayan&lt;BR /&gt;</description>
    <pubDate>Mon, 11 Sep 2006 23:28:57 GMT</pubDate>
    <dc:creator>Narayan Alawandi</dc:creator>
    <dc:date>2006-09-11T23:28:57Z</dc:date>
    <item>
      <title>FTP Service</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-service/m-p/3860871#M84513</link>
      <description>Hi There,&lt;BR /&gt;&lt;BR /&gt;I am using FTP commands in the schedule task batch file to login and transfer the file between one of the mailbox and my Client's server. &lt;BR /&gt;&lt;BR /&gt;FTP works fine for 2 or 3 days and suddenly stops working, i mean FTP does not close its session even after the file transfer(task manager shows the open FTP session). And this stops the next file transfer.&lt;BR /&gt;&lt;BR /&gt;I have attached the logfile which shows 3 sessions.&lt;BR /&gt;&lt;BR /&gt;Session 1 and 2-- Successful&lt;BR /&gt;Session 3 -- Unsuccessful&lt;BR /&gt;&lt;BR /&gt;After 3nd session ftp session does not close.&lt;BR /&gt;&lt;BR /&gt;any ideas will be much appriciated,&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Narayan&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Sep 2006 23:28:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-service/m-p/3860871#M84513</guid>
      <dc:creator>Narayan Alawandi</dc:creator>
      <dc:date>2006-09-11T23:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Service</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-service/m-p/3860872#M84514</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;1) What is the Linux distribution and version number.&lt;BR /&gt;2) What is the ftp server being used? rpm -qa | grep ftp&lt;BR /&gt;3) What is the client for ftp?&lt;BR /&gt;&lt;BR /&gt;Suggestions,&lt;BR /&gt;&lt;BR /&gt;1) Try sftp public key encryption exchanged.&lt;BR /&gt;2) Check /var/log/messages for networking issues at the time of failure.&lt;BR /&gt;3) Check the remote system log&lt;BR /&gt;4) Check the network infrastructure for corresponding problems at time of failure.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 12 Sep 2006 01:13:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-service/m-p/3860872#M84514</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-09-12T01:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Service</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-service/m-p/3860873#M84515</link>
      <description>I suppose we talking about win32 machine? (U wrote "... task manager shows ...")&lt;BR /&gt;&lt;BR /&gt;1. From what to what platform you are connecting? (try 'telnet FTP_SEVER 21' - perhaps SERVER will show it's name)&lt;BR /&gt;2. Turn on Debug Mode on SERVER.&lt;BR /&gt;3. use tcpdump to port 20 and port 21.&lt;BR /&gt;if your ftp task is sheduled - run tcpdump before ftp session and make it write data to file - dont forget to limit number of packets in tcpdump call)&lt;BR /&gt;4. check if there IIS or IPFW|IPTABLES somwhere between client and server.&lt;BR /&gt;5. R U connecting directly? (client and server in the same network)&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Nov 2006 01:47:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-service/m-p/3860873#M84515</guid>
      <dc:creator>timmy2006</dc:creator>
      <dc:date>2006-11-08T01:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Service</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-service/m-p/3860874#M84516</link>
      <description>Install Ethereal on the windows machine and use tcpdump to linux machine.&lt;BR /&gt;&lt;BR /&gt;Then open the tcpdump file with ethereal and "Follow the tcp stream".&lt;BR /&gt;&lt;BR /&gt;Make the same with windows machine.</description>
      <pubDate>Tue, 14 Nov 2006 07:25:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-service/m-p/3860874#M84516</guid>
      <dc:creator>Alpha977</dc:creator>
      <dc:date>2006-11-14T07:25:14Z</dc:date>
    </item>
  </channel>
</rss>

