<?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 Job HP-UX in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/ftp-job-hp-ux/m-p/4204526#M91508</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I appreciate if someone can help me on this:&lt;BR /&gt;&lt;BR /&gt;I need to create FTP job that move files from specific path on HP-UX box to another path on HP-UX system, I need to move only files with the following format only:&lt;BR /&gt;XDS****DMF***&lt;BR /&gt;And&lt;BR /&gt;XDSDMF********&lt;BR /&gt;&lt;BR /&gt;Above job will run on daily bases.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Yazan</description>
    <pubDate>Mon, 26 May 2008 10:34:58 GMT</pubDate>
    <dc:creator>Yazan Yacoub</dc:creator>
    <dc:date>2008-05-26T10:34:58Z</dc:date>
    <item>
      <title>FTP Job HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-job-hp-ux/m-p/4204526#M91508</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I appreciate if someone can help me on this:&lt;BR /&gt;&lt;BR /&gt;I need to create FTP job that move files from specific path on HP-UX box to another path on HP-UX system, I need to move only files with the following format only:&lt;BR /&gt;XDS****DMF***&lt;BR /&gt;And&lt;BR /&gt;XDSDMF********&lt;BR /&gt;&lt;BR /&gt;Above job will run on daily bases.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Yazan</description>
      <pubDate>Mon, 26 May 2008 10:34:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-job-hp-ux/m-p/4204526#M91508</guid>
      <dc:creator>Yazan Yacoub</dc:creator>
      <dc:date>2008-05-26T10:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Job HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-job-hp-ux/m-p/4204527#M91509</link>
      <description>Perhaps you mean cron job, not ftp.&lt;BR /&gt;&lt;BR /&gt;If files are text files , containing XDSDMF** ... just write a simple script for finding such files and move it to specific location.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Mon, 26 May 2008 10:39:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-job-hp-ux/m-p/4204527#M91509</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2008-05-26T10:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Job HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-job-hp-ux/m-p/4204528#M91510</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;edit asper your requirement and add this as a script in crontab&lt;BR /&gt;&lt;BR /&gt;#!/bin/sh&lt;BR /&gt;ftp  -n  &lt;HOST-A.COM&gt; &amp;lt;&amp;lt; !EOF&lt;BR /&gt;user unix-username  password&lt;BR /&gt;cd  /&lt;FOLDER_PATH&gt;&lt;BR /&gt;prompt&lt;BR /&gt;bin&lt;BR /&gt;&lt;BR /&gt;mput XDS****DMF***&lt;BR /&gt;mput XDSDMF********&lt;BR /&gt;&lt;BR /&gt;quit&lt;BR /&gt;!EOF&lt;BR /&gt;&lt;/FOLDER_PATH&gt;&lt;/HOST-A.COM&gt;</description>
      <pubDate>Mon, 26 May 2008 10:53:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-job-hp-ux/m-p/4204528#M91510</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2008-05-26T10:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Job HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-job-hp-ux/m-p/4204529#M91511</link>
      <description>&amp;gt;with the following format only: XDS****DMF***&lt;BR /&gt;&lt;BR /&gt;If this is a shell Pattern Matching Notation, you'll need:&lt;BR /&gt;XDS????DMF???&lt;BR /&gt;(Otherwise only one "*" is needed.)</description>
      <pubDate>Mon, 26 May 2008 11:37:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-job-hp-ux/m-p/4204529#M91511</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-05-26T11:37:27Z</dc:date>
    </item>
  </channel>
</rss>

