<?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: FTP Scripting in RHAS 2.1 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/ftp-scripting-in-rhas-2-1/m-p/4982526#M47237</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I Should have included the full script for you to see.  Within the script, I am also dealing with the group permission as well.  Like I've siad before, everything is working according to want they want before.  The scope has changed a little bit by asking me to only pull down the certain files.  Of course, it just happened that all the files are ended with a .txt extension.&lt;BR /&gt;&lt;BR /&gt;The script has been attached.&lt;BR /&gt;&lt;BR /&gt;Thanks for your help.&lt;BR /&gt;&lt;BR /&gt;J</description>
    <pubDate>Fri, 02 Jun 2006 11:48:55 GMT</pubDate>
    <dc:creator>Jorge Cocomess</dc:creator>
    <dc:date>2006-06-02T11:48:55Z</dc:date>
    <item>
      <title>FTP Scripting in RHAS 2.1</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-scripting-in-rhas-2-1/m-p/4982524#M47235</link>
      <description>Greetings,&lt;BR /&gt;&lt;BR /&gt;I am facing this challenge and I don't know why it doesn't work and I hope someone here will be able to help me.  My current FTP script is working fine when it's only looking for '*txt' - I must change how it was looking for every file end with *txt, but now focus on just one specific file&lt;BR /&gt;'Myfile20060601AABB.txt' - This is what set to do: &lt;BR /&gt;FILE='Myfile*2006'$DATE*&lt;BR /&gt;&lt;BR /&gt;By tsting, I create a file Myfile20060601.txt and run my script and I get nothing.&lt;BR /&gt;&lt;BR /&gt;Does anyone know what's the correct syntax for selecting just one specific file with a script??&lt;BR /&gt;&lt;BR /&gt;Please help!!&lt;BR /&gt;&lt;BR /&gt;J&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Jun 2006 22:46:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-scripting-in-rhas-2-1/m-p/4982524#M47235</guid>
      <dc:creator>Jorge Cocomess</dc:creator>
      <dc:date>2006-06-01T22:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Scripting in RHAS 2.1</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-scripting-in-rhas-2-1/m-p/4982525#M47236</link>
      <description>Script &lt;BR /&gt;&lt;BR /&gt;$ cat test&lt;BR /&gt;DATE='0601'&lt;BR /&gt;FILE='Myfile*2006'$DATE*&lt;BR /&gt;echo "This is file name : $FILE"&lt;BR /&gt;cat $FILE&lt;BR /&gt;$&lt;BR /&gt;&lt;BR /&gt;Files in the directory &lt;BR /&gt;$ ls&lt;BR /&gt;Myfile20060601AABB.txt    Myfileww20060601AABB.txt  Myfileww20060601ghgh      test&lt;BR /&gt;&lt;BR /&gt;When i run the script I can print all the files&lt;BR /&gt;$ ./test&lt;BR /&gt;This is file name : Myfile*20060601*&lt;BR /&gt;a&lt;BR /&gt;b&lt;BR /&gt;c&lt;BR /&gt;d&lt;BR /&gt;e&lt;BR /&gt;f&lt;BR /&gt;abdul1&lt;BR /&gt;abdul2&lt;BR /&gt;$&lt;BR /&gt;&lt;BR /&gt;Now you need to tell me that what is the correct file name convention you having and what exact file name you want to select?</description>
      <pubDate>Thu, 01 Jun 2006 23:49:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-scripting-in-rhas-2-1/m-p/4982525#M47236</guid>
      <dc:creator>Abdul Kaleem Khan</dc:creator>
      <dc:date>2006-06-01T23:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Scripting in RHAS 2.1</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-scripting-in-rhas-2-1/m-p/4982526#M47237</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I Should have included the full script for you to see.  Within the script, I am also dealing with the group permission as well.  Like I've siad before, everything is working according to want they want before.  The scope has changed a little bit by asking me to only pull down the certain files.  Of course, it just happened that all the files are ended with a .txt extension.&lt;BR /&gt;&lt;BR /&gt;The script has been attached.&lt;BR /&gt;&lt;BR /&gt;Thanks for your help.&lt;BR /&gt;&lt;BR /&gt;J</description>
      <pubDate>Fri, 02 Jun 2006 11:48:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-scripting-in-rhas-2-1/m-p/4982526#M47237</guid>
      <dc:creator>Jorge Cocomess</dc:creator>
      <dc:date>2006-06-02T11:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Scripting in RHAS 2.1</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-scripting-in-rhas-2-1/m-p/4982527#M47238</link>
      <description>Here's an updated script to show what I'm trying to do.  When I exceute this script, I get nothing but ran without any issues.  However, it did not create a time stamp in my log either.&lt;BR /&gt;&lt;BR /&gt;Does anyone has any ideas??&lt;BR /&gt;&lt;BR /&gt;Please help!!&lt;BR /&gt;&lt;BR /&gt;J</description>
      <pubDate>Sun, 04 Jun 2006 09:52:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-scripting-in-rhas-2-1/m-p/4982527#M47238</guid>
      <dc:creator>Jorge Cocomess</dc:creator>
      <dc:date>2006-06-04T09:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Scripting in RHAS 2.1</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-scripting-in-rhas-2-1/m-p/4982528#M47239</link>
      <description>Check Line no 8:&lt;BR /&gt;&lt;BR /&gt;FILE=FILE='Myfile*2006'$DATE*&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Jun 2006 02:42:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-scripting-in-rhas-2-1/m-p/4982528#M47239</guid>
      <dc:creator>Abdul Kaleem Khan</dc:creator>
      <dc:date>2006-06-05T02:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Scripting in RHAS 2.1</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-scripting-in-rhas-2-1/m-p/4982529#M47240</link>
      <description>My fault.  I was in the hurry of cut &amp;amp; paste.  The original test script had the right syntax.  Even with the right syntax, the script could not find any files with the right file name.  All I would like to do is to modify how it was pulling the *.txt files, but now pulling only Myfile2006AABB.txt file instead.&lt;BR /&gt;&lt;BR /&gt;Any ideas?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;J</description>
      <pubDate>Mon, 05 Jun 2006 07:55:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-scripting-in-rhas-2-1/m-p/4982529#M47240</guid>
      <dc:creator>Jorge Cocomess</dc:creator>
      <dc:date>2006-06-05T07:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Scripting in RHAS 2.1</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-scripting-in-rhas-2-1/m-p/4982530#M47241</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Please run the sript with the following line as its first line of code after the shell is set.&lt;BR /&gt;&lt;BR /&gt;set -x&lt;BR /&gt;&lt;BR /&gt;Also, make sure you set the shell&lt;BR /&gt;&lt;BR /&gt;#!/bin/sh&lt;BR /&gt;&lt;BR /&gt;or &lt;BR /&gt;&lt;BR /&gt;#!/bin/bash&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 06 Jun 2006 01:13:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-scripting-in-rhas-2-1/m-p/4982530#M47241</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-06-06T01:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Scripting in RHAS 2.1</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-scripting-in-rhas-2-1/m-p/4982531#M47242</link>
      <description>No help here.  I found another solution for this issue.  Closing the thread.</description>
      <pubDate>Wed, 07 Jun 2006 11:29:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-scripting-in-rhas-2-1/m-p/4982531#M47242</guid>
      <dc:creator>Jorge Cocomess</dc:creator>
      <dc:date>2006-06-07T11:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Scripting in RHAS 2.1</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-scripting-in-rhas-2-1/m-p/4982532#M47243</link>
      <description>The thread closed as of 6/7/2006</description>
      <pubDate>Wed, 07 Jun 2006 11:30:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-scripting-in-rhas-2-1/m-p/4982532#M47243</guid>
      <dc:creator>Jorge Cocomess</dc:creator>
      <dc:date>2006-06-07T11:30:41Z</dc:date>
    </item>
  </channel>
</rss>

